#6793CD

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

Shades of Danube #6793CD

Tints of Danube #6793CD

Color information

#6793CD (or 0x6793CD) is unknown color: approx Danube. HEX triplet: 67, 93 and CD. RGB value is (103,147,205). Sum of RGB (Red+Green+Blue) = 103+147+205=455 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.64% from 455); Green value is 147 (57.81% from 255 or 32.31% 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 #6793CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6793CD is #986C32. Grayscale: #8C8C8C. Windows color (decimal): -9989171 or 13472615. OLE color: 13472615.

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

Color convert

RGB103147205-
CMYK0.500.2800.20
HSL214.12º50.5%60.39%-
HSV(B)214.12º49.76%80.39%-
XYZ27.0528.1661.77-
YUV140.46164.42101.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.64%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=22.64%
G=32.31%
B=45.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031472050.500.2800.20214.1250.560.39
Hex6793CD321C014d6323c
Octal14722331562340243266274
Binary110011110010011110011011100101110001010011010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6793CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,147,205); }

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

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

 a { background-color: rgb(103,147,205); }

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

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

 span { border-color: rgb(103,147,205); }

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