Html Css Color HEX #6F93CC Danube

📋 copy color: '#6F93CC'

red 111 ◦ green 147 ◦ blue 204

#6F93CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6F93CC

Tints of Danube #6F93CC

RGB

 RED value IS 111 (43.75% from 255) = 24.03%

 GREEN value IS 147 (57.81% from 255) = 31.82%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 24.03%
G = 31.82%
B = 44.16%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F93CC (or 0x6F93CC) is known color: Danube. HEX triplet: 6F, 93 and CC. RGB value is (111,147,204). Sum of RGB (Red+Green+Blue) = 111+147+204=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93CC is #906C33. Grayscale: #8E8E8E. Windows color (decimal): -9464884 or 13407087. OLE color: 13407087.

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

Color convert

RGB 111 147 204 -
CMYK 0.46 0.28 0 0.2
HSL 216.77º 0.48% 0.62% -
HSV(B) 216.77º 0.46% 0.8% -
XYZ 27.89 28.61 61.18 -
YUV 142.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 111 147 204 0.46 0.28 0 0.2 216.77 0.48 0.62
Hex 6F 93 CC 2E 1C 0 14 D9 30 3E
Octal 157 223 314 56 34 0 24 331 60 76
Binary 1101111 10010011 11001100 101110 11100 0 10100 11011001 110000 111110

Color Harmonies of #6F93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93CC

Black with #6F93CC

Text Example


Text Example

White with #6F93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F93CC;
 }
 .AnyTagClassName
 {
   color: #6F93CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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