#6B88DC

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

Shades of Cornflower Blue #6B88DC

Tints of Cornflower Blue #6B88DC

Color information

#6B88DC (or 0x6B88DC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 88 and DC. RGB value is (107,136,220). Sum of RGB (Red+Green+Blue) = 107+136+220=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B88DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B88DC is #947723. Grayscale: #888888. Windows color (decimal): -9729828 or 14452843. OLE color: 14452843.

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

Color convert

RGB107136220-
CMYK0.510.3800.14
HSL224.6º61.75%64.12%-
HSV(B)224.6º51.36%86.27%-
XYZ27.7925.971.25-
YUV136.9174.89106.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.11%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=23.11%
G=29.37%
B=47.52%

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
Decimal1071362200.510.3800.14224.661.7564.12
Hex6B88DC33260Ee13e40
Octal153210334634601634176100
Binary1101011100010001101110011001110011001110111000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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