#6187DC

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

Shades of Cornflower Blue #6187DC

Tints of Cornflower Blue #6187DC

Color information

#6187DC (or 0x6187DC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 87 and DC. RGB value is (97,135,220). Sum of RGB (Red+Green+Blue) = 97+135+220=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #6187DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6187DC is #9E7823. Grayscale: #848484. Windows color (decimal): -10385444 or 14452577. OLE color: 14452577.

HSL color Cylindrical-coordinate representation of color #6187DC: hue angle of 221.46º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6187DC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97135220-
CMYK0.560.3900.14
HSL221.46º63.73%62.16%-
HSV(B)221.46º55.91%86.27%-
XYZ26.5125.0471.15-
YUV133.33176.91102.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=21.46%
G=29.87%
B=48.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971352200.560.3900.14221.4663.7362.16
Hex6187DC38270Edd403e
Octal141207334704701633510076
Binary1100001100001111101110011100010011101110110111011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6187DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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