#6893CC

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

Shades of Danube #6893CC

Tints of Danube #6893CC

Color information

#6893CC (or 0x6893CC) is unknown color: approx Danube. HEX triplet: 68, 93 and CC. RGB value is (104,147,204). Sum of RGB (Red+Green+Blue) = 104+147+204=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #6893CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893CC is #976C33. Grayscale: #8C8C8C. Windows color (decimal): -9923636 or 13407080. OLE color: 13407080.

HSL color Cylindrical-coordinate representation of color #6893CC: hue angle of 214.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6893CC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104147204-
CMYK0.490.2800.2
HSL214.2º49.5%60.39%-
HSV(B)214.2º49.02%80%-
XYZ27.0428.1761.14-
YUV140.64163.75101.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=22.86%
G=32.31%
B=44.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041472040.490.2800.2214.249.560.39
Hex6893CC311C014d6323c
Octal15022331461340243266274
Binary110100010010011110011001100011110001010011010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6893CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6893CC; }

 p { color: rgb(104,147,204); }

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

<style>
 a { background-color: #6893CC; }

 a { background-color: rgb(104,147,204); }

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

<style>
 span { border-color: #6893CC; }

 span { border-color: rgb(104,147,204); }

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