#6892CD

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

Shades of Danube #6892CD

Tints of Danube #6892CD

Color information

#6892CD (or 0x6892CD) is unknown color: approx Danube. HEX triplet: 68, 92 and CD. RGB value is (104,146,205). Sum of RGB (Red+Green+Blue) = 104+146+205=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #6892CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892CD is #976D32. Grayscale: #8B8B8B. Windows color (decimal): -9923891 or 13472360. OLE color: 13472360.

HSL color Cylindrical-coordinate representation of color #6892CD: hue angle of 215.05º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6892CD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104146205-
CMYK0.490.2900.20
HSL215.05º50.25%60.59%-
HSV(B)215.05º49.27%80.39%-
XYZ27.0127.9161.72-
YUV140.17164.59102.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=22.86%
G=32.09%
B=45.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041462050.490.2900.20215.0550.2560.59
Hex6892CD311D014d7323d
Octal15022231561350243276275
Binary110100010010010110011011100011110101010011010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6892CD; }

 p { color: rgb(104,146,205); }

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

<style>
 a { background-color: #6892CD; }

 a { background-color: rgb(104,146,205); }

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

<style>
 span { border-color: #6892CD; }

 span { border-color: rgb(104,146,205); }

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