#6F87F5

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

Shades of Cornflower Blue #6F87F5

Tints of Cornflower Blue #6F87F5

Color information

#6F87F5 (or 0x6F87F5) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 87 and F5. RGB value is (111,135,245). Sum of RGB (Red+Green+Blue) = 111+135+245=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #6F87F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F87F5 is #90780A. Grayscale: #8B8B8B. Windows color (decimal): -9467915 or 16090991. OLE color: 16090991.

HSL color Cylindrical-coordinate representation of color #6F87F5: hue angle of 229.25º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F87F5 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111135245-
CMYK0.550.4500.04
HSL229.25º87.01%69.8%-
HSV(B)229.25º54.69%96.08%-
XYZ31.727.389.98-
YUV140.36187.05107.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.61%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 245 (96.09% from 255) = 49.90%
R=22.61%
G=27.49%
B=49.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1111352450.550.4500.04229.2587.0169.8
Hex6F87F5372D04e55746
Octal157207365675504345127106
Binary1101111100001111111010111011110110101001110010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F87F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F87F5; }

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

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

<style>
 a { background-color: #6F87F5; }

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

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

<style>
 span { border-color: #6F87F5; }

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

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