#6D97DC

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

Shades of Cornflower Blue #6D97DC

Tints of Cornflower Blue #6D97DC

Color information

#6D97DC (or 0x6D97DC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 97 and DC. RGB value is (109,151,220). Sum of RGB (Red+Green+Blue) = 109+151+220=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D97DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D97DC is #926823. Grayscale: #919191. Windows color (decimal): -9594916 or 14456685. OLE color: 14456685.

HSL color Cylindrical-coordinate representation of color #6D97DC: hue angle of 217.3º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D97DC is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109151220-
CMYK0.500.3100.14
HSL217.3º61.33%64.51%-
HSV(B)217.3º50.45%86.27%-
XYZ30.2930.5572.01-
YUV146.31169.59101.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.71%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=22.71%
G=31.46%
B=45.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091512200.500.3100.14217.361.3364.51
Hex6D97DC321F0Ed93d41
Octal155227334623701633175101
Binary110110110010111110111001100101111101110110110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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