#6884DC

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

Shades of Cornflower Blue #6884DC

Tints of Cornflower Blue #6884DC

Color information

#6884DC (or 0x6884DC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 84 and DC. RGB value is (104,132,220). Sum of RGB (Red+Green+Blue) = 104+132+220=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6884DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884DC is #977B23. Grayscale: #858585. Windows color (decimal): -9927460 or 14451816. OLE color: 14451816.

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

Color convert

RGB104132220-
CMYK0.530.4000.14
HSL225.52º62.37%63.53%-
HSV(B)225.52º52.73%86.27%-
XYZ26.8824.6171.04-
YUV133.66176.72106.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.81%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=22.81%
G=28.95%
B=48.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041322200.530.4000.14225.5262.3763.53
Hex6884DC35280Ee23e40
Octal150204334655001634276100
Binary1101000100001001101110011010110100001110111000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6884DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6884DC; }

 p { color: rgb(104,132,220); }

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

<style>
 a { background-color: #6884DC; }

 a { background-color: rgb(104,132,220); }

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

<style>
 span { border-color: #6884DC; }

 span { border-color: rgb(104,132,220); }

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