#6D89DC

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

Shades of Cornflower Blue #6D89DC

Tints of Cornflower Blue #6D89DC

Color information

#6D89DC (or 0x6D89DC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 89 and DC. RGB value is (109,137,220). Sum of RGB (Red+Green+Blue) = 109+137+220=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D89DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D89DC is #927623. Grayscale: #898989. Windows color (decimal): -9598500 or 14453101. OLE color: 14453101.

HSL color Cylindrical-coordinate representation of color #6D89DC: hue angle of 224.86º 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 #6D89DC is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109137220-
CMYK0.500.3800.14
HSL224.86º61.33%64.51%-
HSV(B)224.86º50.45%86.27%-
XYZ28.1726.3171.3-
YUV138.09174.22107.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=23.39%
G=29.40%
B=47.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091372200.500.3800.14224.8661.3364.51
Hex6D89DC32260Ee13d41
Octal155211334624601634175101
Binary1101101100010011101110011001010011001110111000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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