#6186DF

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

Shades of Cornflower Blue #6186DF

Tints of Cornflower Blue #6186DF

Color information

#6186DF (or 0x6186DF) is unknown color: approx Cornflower Blue. HEX triplet: 61, 86 and DF. RGB value is (97,134,223). Sum of RGB (Red+Green+Blue) = 97+134+223=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #6186DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186DF is #9E7920. Grayscale: #848484. Windows color (decimal): -10385697 or 14648929. OLE color: 14648929.

HSL color Cylindrical-coordinate representation of color #6186DF: hue angle of 222.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6186DF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97134223-
CMYK0.570.4000.13
HSL222.38º66.32%62.75%-
HSV(B)222.38º56.5%87.45%-
XYZ26.7724.9273.21-
YUV133.08178.74102.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 223 (87.5% from 255) = 49.12%
R=21.37%
G=29.52%
B=49.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971342230.570.4000.13222.3866.3262.75
Hex6186DF39280Dde423f
Octal141206337715001533610277
Binary1100001100001101101111111100110100001101110111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6186DF; }

 p { color: rgb(97,134,223); }

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

<style>
 a { background-color: #6186DF; }

 a { background-color: rgb(97,134,223); }

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

<style>
 span { border-color: #6186DF; }

 span { border-color: rgb(97,134,223); }

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