Html Css Color HEX #6F93CE Danube

📋 copy color: '#6F93CE'

red 111 ◦ green 147 ◦ blue 206

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

Shades of Danube #6F93CE

Tints of Danube #6F93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 23.92%
G = 31.68%
B = 44.4%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F93CE (or 0x6F93CE) is known color: Danube. HEX triplet: 6F, 93 and CE. RGB value is (111,147,206). Sum of RGB (Red+Green+Blue) = 111+147+206=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93CE is #906C31. Grayscale: #8E8E8E. Windows color (decimal): -9464882 or 13538159. OLE color: 13538159.

HSL color Cylindrical-coordinate representation of color #6F93CE: hue angle of 217.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F93CE is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 147 206 -
CMYK 0.46 0.29 0 0.19
HSL 217.26º 0.49% 0.62% -
HSV(B) 217.26º 0.46% 0.81% -
XYZ 28.13 28.7 62.45 -
YUV 142.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 111 147 206 0.46 0.29 0 0.19 217.26 0.49 0.62
Hex 6F 93 CE 2E 1D 0 13 D9 31 3E
Octal 157 223 316 56 35 0 23 331 61 76
Binary 1101111 10010011 11001110 101110 11101 0 10011 11011001 110001 111110

Color Harmonies of #6F93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93CE

Black with #6F93CE

Text Example


Text Example

White with #6F93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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