#6F93C4

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

Shades of Danube #6F93C4

Tints of Danube #6F93C4

Color information

#6F93C4 (or 0x6F93C4) is unknown color: approx Danube. HEX triplet: 6F, 93 and C4. RGB value is (111,147,196). Sum of RGB (Red+Green+Blue) = 111+147+196=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F93C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93C4 is #906C3B. Grayscale: #8D8D8D. Windows color (decimal): -9464892 or 12882799. OLE color: 12882799.

HSL color Cylindrical-coordinate representation of color #6F93C4: hue angle of 214.59º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F93C4 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB111147196-
CMYK0.430.2500.23
HSL214.59º41.87%60.2%-
HSV(B)214.59º43.37%76.86%-
XYZ26.9528.2356.25-
YUV141.82158.57106.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 196 (76.95% from 255) = 43.17%
R=24.45%
G=32.38%
B=43.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1111471960.430.2500.23214.5941.8760.2
Hex6F93C42B19017d72a3c
Octal15722330453310273275274
Binary110111110010011110001001010111100101011111010111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,196); }

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

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

 a { background-color: rgb(111,147,196); }

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

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

 span { border-color: rgb(111,147,196); }

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