#6884DA

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

Shades of Cornflower Blue #6884DA

Tints of Cornflower Blue #6884DA

Color information

#6884DA (or 0x6884DA) is unknown color: approx Cornflower Blue. HEX triplet: 68, 84 and DA. RGB value is (104,132,218). Sum of RGB (Red+Green+Blue) = 104+132+218=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #6884DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884DA is #977B25. Grayscale: #858585. Windows color (decimal): -9927462 or 14320744. OLE color: 14320744.

HSL color Cylindrical-coordinate representation of color #6884DA: hue angle of 225.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6884DA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104132218-
CMYK0.520.3900.15
HSL225.26º60.64%63.14%-
HSV(B)225.26º52.29%85.49%-
XYZ26.6224.5169.66-
YUV133.43175.72107.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.91%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=22.91%
G=29.07%
B=48.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041322180.520.3900.15225.2660.6463.14
Hex6884DA34270Fe13d3f
Octal15020433264470173417577
Binary110100010000100110110101101001001110111111100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6884DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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