#6883DC

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

Shades of Cornflower Blue #6883DC

Tints of Cornflower Blue #6883DC

Color information

#6883DC (or 0x6883DC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 83 and DC. RGB value is (104,131,220). Sum of RGB (Red+Green+Blue) = 104+131+220=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #6883DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883DC is #977C23. Grayscale: #848484. Windows color (decimal): -9927716 or 14451560. OLE color: 14451560.

HSL color Cylindrical-coordinate representation of color #6883DC: hue angle of 226.03º 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 #6883DC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104131220-
CMYK0.530.4000.14
HSL226.03º62.37%63.53%-
HSV(B)226.03º52.73%86.27%-
XYZ26.7424.3471-
YUV133.07177.05107.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=22.86%
G=28.79%
B=48.35%

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
Decimal1041312200.530.4000.14226.0362.3763.53
Hex6883DC35280Ee23e40
Octal150203334655001634276100
Binary1101000100000111101110011010110100001110111000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6883DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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