Html Css Color HEX #6C8BC9 Danube

📋 copy color: '#6C8BC9'

red 108 ◦ green 139 ◦ blue 201

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

Shades of Danube #6C8BC9

Tints of Danube #6C8BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 24.11%
G = 31.03%
B = 44.87%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C8BC9 (or 0x6C8BC9) is known color: Danube. HEX triplet: 6C, 8B and C9. RGB value is (108,139,201). Sum of RGB (Red+Green+Blue) = 108+139+201=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C8BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8BC9 is #937436. Grayscale: #888888. Windows color (decimal): -9663543 or 13208428. OLE color: 13208428.

HSL color Cylindrical-coordinate representation of color #6C8BC9: hue angle of 220º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C8BC9 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 139 201 -
CMYK 0.46 0.31 0 0.21
HSL 220º 0.46% 0.61% -
HSV(B) 220º 0.46% 0.79% -
XYZ 25.96 25.87 58.88 -
YUV 136.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 108 139 201 0.46 0.31 0 0.21 220 0.46 0.61
Hex 6C 8B C9 2E 1F 0 15 DC 2E 3D
Octal 154 213 311 56 37 0 25 334 56 75
Binary 1101100 10001011 11001001 101110 11111 0 10101 11011100 101110 111101

Color Harmonies of #6C8BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8BC9

Black with #6C8BC9

Text Example


Text Example

White with #6C8BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,139,201); }

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

background-color css

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

 a { background-color: rgb(108,139,201); }

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

border-color css

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

 span { border-color: rgb(108,139,201); }

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