#6987DB

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

Shades of Cornflower Blue #6987DB

Tints of Cornflower Blue #6987DB

Color information

#6987DB (or 0x6987DB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 87 and DB. RGB value is (105,135,219). Sum of RGB (Red+Green+Blue) = 105+135+219=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #6987DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6987DB is #967824. Grayscale: #878787. Windows color (decimal): -9861157 or 14387049. OLE color: 14387049.

HSL color Cylindrical-coordinate representation of color #6987DB: hue angle of 224.21º 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 #6987DB is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105135219-
CMYK0.520.3800.14
HSL224.21º61.29%63.53%-
HSV(B)224.21º52.05%85.88%-
XYZ27.2825.4570.49-
YUV135.61175.06106.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=22.88%
G=29.41%
B=47.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051352190.520.3800.14224.2161.2963.53
Hex6987DB34260Ee03d40
Octal151207333644601634075100
Binary1101001100001111101101111010010011001110111000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6987DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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