#6C97DC

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

Shades of Cornflower Blue #6C97DC

Tints of Cornflower Blue #6C97DC

Color information

#6C97DC (or 0x6C97DC) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 97 and DC. RGB value is (108,151,220). Sum of RGB (Red+Green+Blue) = 108+151+220=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C97DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C97DC is #936823. Grayscale: #919191. Windows color (decimal): -9660452 or 14456684. OLE color: 14456684.

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

Color convert

RGB108151220-
CMYK0.510.3100.14
HSL216.96º61.54%64.31%-
HSV(B)216.96º50.91%86.27%-
XYZ30.1730.4972-
YUV146.01169.75100.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.55%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=22.55%
G=31.52%
B=45.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081512200.510.3100.14216.9661.5464.31
Hex6C97DC331F0Ed93e40
Octal154227334633701633176100
Binary110110010010111110111001100111111101110110110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C97DC; }

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

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

<style>
 a { background-color: #6C97DC; }

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

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

<style>
 span { border-color: #6C97DC; }

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

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