#6198DC

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

Shades of Cornflower Blue #6198DC

Tints of Cornflower Blue #6198DC

Color information

#6198DC (or 0x6198DC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 98 and DC. RGB value is (97,152,220). Sum of RGB (Red+Green+Blue) = 97+152+220=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6198DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198DC is #9E6723. Grayscale: #8E8E8E. Windows color (decimal): -10381092 or 14456929. OLE color: 14456929.

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

Color convert

RGB97152220-
CMYK0.560.3100.14
HSL213.17º63.73%62.16%-
HSV(B)213.17º55.91%86.27%-
XYZ29.0830.1772-
YUV143.31171.2894.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=20.68%
G=32.41%
B=46.91%

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
Decimal971522200.560.3100.14213.1763.7362.16
Hex6198DC381F0Ed5403e
Octal141230334703701632510076
Binary110000110011000110111001110001111101110110101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6198DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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