#6186DD

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

Shades of Cornflower Blue #6186DD

Tints of Cornflower Blue #6186DD

Color information

#6186DD (or 0x6186DD) is unknown color: approx Cornflower Blue. HEX triplet: 61, 86 and DD. RGB value is (97,134,221). Sum of RGB (Red+Green+Blue) = 97+134+221=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6186DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186DD is #9E7922. Grayscale: #848484. Windows color (decimal): -10385699 or 14517857. OLE color: 14517857.

HSL color Cylindrical-coordinate representation of color #6186DD: hue angle of 222.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6186DD is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97134221-
CMYK0.560.3900.13
HSL222.1º64.58%62.35%-
HSV(B)222.1º56.11%86.67%-
XYZ26.5124.8171.8-
YUV132.86177.74102.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=21.46%
G=29.65%
B=48.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971342210.560.3900.13222.164.5862.35
Hex6186DD38270Dde413e
Octal141206335704701533610176
Binary1100001100001101101110111100010011101101110111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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