Html Css Color HEX #6C8EBA Danube

📋 copy color: '#6C8EBA'

red 108 ◦ green 142 ◦ blue 186

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

Shades of Danube #6C8EBA

Tints of Danube #6C8EBA

RGB

 RED value IS 108 (42.58% from 255) = 24.77%

 GREEN value IS 142 (55.86% from 255) = 32.57%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 24.77%
G = 32.57%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C8EBA (or 0x6C8EBA) is known color: Danube. HEX triplet: 6C, 8E and BA. RGB value is (108,142,186). Sum of RGB (Red+Green+Blue) = 108+142+186=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C8EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8EBA is #937145. Grayscale: #888888. Windows color (decimal): -9662790 or 12226156. OLE color: 12226156.

HSL color Cylindrical-coordinate representation of color #6C8EBA: hue angle of 213.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C8EBA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 142 186 -
CMYK 0.42 0.24 0 0.27
HSL 213.85º 0.36% 0.58% -
HSV(B) 213.85º 0.42% 0.73% -
XYZ 24.72 26.08 50.19 -
YUV 136.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 108 142 186 0.42 0.24 0 0.27 213.85 0.36 0.58
Hex 6C 8E BA 2A 18 0 1B D6 24 3A
Octal 154 216 272 52 30 0 33 326 44 72
Binary 1101100 10001110 10111010 101010 11000 0 11011 11010110 100100 111010

Color Harmonies of #6C8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8EBA

Black with #6C8EBA

Text Example


Text Example

White with #6C8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,142,186); }

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

background-color css

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

 a { background-color: rgb(108,142,186); }

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

border-color css

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

 span { border-color: rgb(108,142,186); }

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