#6D8FCA

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

Shades of Danube #6D8FCA

Tints of Danube #6D8FCA

Color information

#6D8FCA (or 0x6D8FCA) is unknown color: approx Danube. HEX triplet: 6D, 8F and CA. RGB value is (109,143,202). Sum of RGB (Red+Green+Blue) = 109+143+202=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D8FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FCA is #927035. Grayscale: #8B8B8B. Windows color (decimal): -9596982 or 13274989. OLE color: 13274989.

HSL color Cylindrical-coordinate representation of color #6D8FCA: hue angle of 218.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D8FCA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109143202-
CMYK0.460.2900.21
HSL218.06º46.73%60.98%-
HSV(B)218.06º46.04%79.22%-
XYZ26.7927.1659.71-
YUV139.56163.24106.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=24.01%
G=31.50%
B=44.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091432020.460.2900.21218.0646.7360.98
Hex6D8FCA2E1D015da2f3d
Octal15521731256350253325775
Binary110110110001111110010101011101110101010111011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,143,202); }

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

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

 a { background-color: rgb(109,143,202); }

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

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

 span { border-color: rgb(109,143,202); }

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