#6A94CD

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

Shades of Danube #6A94CD

Tints of Danube #6A94CD

Color information

#6A94CD (or 0x6A94CD) is unknown color: approx Danube. HEX triplet: 6A, 94 and CD. RGB value is (106,148,205). Sum of RGB (Red+Green+Blue) = 106+148+205=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A94CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A94CD is #956B32. Grayscale: #8D8D8D. Windows color (decimal): -9792307 or 13472874. OLE color: 13472874.

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

Color convert

RGB106148205-
CMYK0.480.2800.20
HSL214.55º49.75%60.98%-
HSV(B)214.55º48.29%80.39%-
XYZ27.5528.6561.84-
YUV141.94163.59102.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=23.09%
G=32.24%
B=44.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061482050.480.2800.20214.5549.7560.98
Hex6A94CD301C014d7323d
Octal15222431560340243276275
Binary110101010010100110011011100001110001010011010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,205); }

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

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

 a { background-color: rgb(106,148,205); }

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

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

 span { border-color: rgb(106,148,205); }

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