#6982DB

Color #6982DB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6982DB

Tints of Cornflower Blue #6982DB

Color information

#6982DB (or 0x6982DB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 82 and DB. RGB value is (105,130,219). Sum of RGB (Red+Green+Blue) = 105+130+219=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6982DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982DB is #967D24. Grayscale: #848484. Windows color (decimal): -9862437 or 14385769. OLE color: 14385769.

HSL color Cylindrical-coordinate representation of color #6982DB: hue angle of 226.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6982DB is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105130219-
CMYK0.520.4100.14
HSL226.84º61.29%63.53%-
HSV(B)226.84º52.05%85.88%-
XYZ26.5924.0870.26-
YUV132.67176.72108.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=23.13%
G=28.63%
B=48.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051302190.520.4100.14226.8461.2963.53
Hex6982DB34290Ee33d40
Octal151202333645101634375100
Binary1101001100000101101101111010010100101110111000111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6982DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6982DB; }

 p { color: rgb(105,130,219); }

 H1.HeaderClassName
 {
   color: #6982DB;
 }
 .AnyTagClassName
 {
   color: #6982DB;
 }
</style>
background-color css

<style>
 a { background-color: #6982DB; }

 a { background-color: rgb(105,130,219); }

 div.DivClassName
 {
   background-color: #6982DB;
 }
 .BgClassName
 {
   background-color: #6982DB;
 }
</style>
border-color css

<style>
 span { border-color: #6982DB; }

 span { border-color: rgb(105,130,219); }

 td.TdClassName
 {
   border-color: #6982DB;
 }
 .TagClassName
 {
   border-color: #6982DB;
 }
</style>