#6987F5

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

Shades of Cornflower Blue #6987F5

Tints of Cornflower Blue #6987F5

Color information

#6987F5 (or 0x6987F5) is unknown color: approx Cornflower Blue. HEX triplet: 69, 87 and F5. RGB value is (105,135,245). Sum of RGB (Red+Green+Blue) = 105+135+245=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #6987F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6987F5 is #96780A. Grayscale: #8A8A8A. Windows color (decimal): -9861131 or 16090985. OLE color: 16090985.

HSL color Cylindrical-coordinate representation of color #6987F5: hue angle of 227.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6987F5 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105135245-
CMYK0.570.4500.04
HSL227.14º87.5%68.63%-
HSV(B)227.14º57.14%96.08%-
XYZ30.9726.9289.95-
YUV138.57188.06104.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.65%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 245 (96.09% from 255) = 50.52%
R=21.65%
G=27.84%
B=50.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051352450.570.4500.04227.1487.568.63
Hex6987F5392D04e35845
Octal151207365715504343130105
Binary1101001100001111111010111100110110101001110001110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6987F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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