#6187F2

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

Shades of Cornflower Blue #6187F2

Tints of Cornflower Blue #6187F2

Color information

#6187F2 (or 0x6187F2) is unknown color: approx Cornflower Blue. HEX triplet: 61, 87 and F2. RGB value is (97,135,242). Sum of RGB (Red+Green+Blue) = 97+135+242=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #6187F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6187F2 is #9E780D. Grayscale: #878787. Windows color (decimal): -10385422 or 15894369. OLE color: 15894369.

HSL color Cylindrical-coordinate representation of color #6187F2: hue angle of 224.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6187F2 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97135242-
CMYK0.600.4400.05
HSL224.28º84.8%66.47%-
HSV(B)224.28º59.92%94.9%-
XYZ29.6226.2887.52-
YUV135.84187.91100.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 242 (94.92% from 255) = 51.05%
R=20.46%
G=28.48%
B=51.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971352420.600.4400.05224.2884.866.47
Hex6187F23C2C05e05542
Octal141207362745405340125102
Binary1100001100001111111001011110010110001011110000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6187F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6187F2; }

 p { color: rgb(97,135,242); }

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

<style>
 a { background-color: #6187F2; }

 a { background-color: rgb(97,135,242); }

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

<style>
 span { border-color: #6187F2; }

 span { border-color: rgb(97,135,242); }

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