#6197DC

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

Shades of Cornflower Blue #6197DC

Tints of Cornflower Blue #6197DC

Color information

#6197DC (or 0x6197DC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 97 and DC. RGB value is (97,151,220). Sum of RGB (Red+Green+Blue) = 97+151+220=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6197DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197DC is #9E6823. Grayscale: #8E8E8E. Windows color (decimal): -10381348 or 14456673. OLE color: 14456673.

HSL color Cylindrical-coordinate representation of color #6197DC: hue angle of 213.66º 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 #6197DC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97151220-
CMYK0.560.3100.14
HSL213.66º63.73%62.16%-
HSV(B)213.66º55.91%86.27%-
XYZ28.9129.8471.95-
YUV142.72171.6195.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=20.73%
G=32.26%
B=47.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971512200.560.3100.14213.6663.7362.16
Hex6197DC381F0Ed6403e
Octal141227334703701632610076
Binary110000110010111110111001110001111101110110101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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