#6B89DC

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

Shades of Cornflower Blue #6B89DC

Tints of Cornflower Blue #6B89DC

Color information

#6B89DC (or 0x6B89DC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 89 and DC. RGB value is (107,137,220). Sum of RGB (Red+Green+Blue) = 107+137+220=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B89DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89DC is #947623. Grayscale: #898989. Windows color (decimal): -9729572 or 14453099. OLE color: 14453099.

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

Color convert

RGB107137220-
CMYK0.510.3800.14
HSL224.07º61.75%64.12%-
HSV(B)224.07º51.36%86.27%-
XYZ27.9326.1871.29-
YUV137.49174.56106.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=23.06%
G=29.53%
B=47.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071372200.510.3800.14224.0761.7564.12
Hex6B89DC33260Ee03e40
Octal153211334634601634076100
Binary1101011100010011101110011001110011001110111000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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