Html Css Color HEX #6B8ACE Danube

📋 copy color: '#6B8ACE'

red 107 ◦ green 138 ◦ blue 206

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

Shades of Danube #6B8ACE

Tints of Danube #6B8ACE

RGB

 RED value IS 107 (42.19% from 255) = 23.73%

 GREEN value IS 138 (54.3% from 255) = 30.6%

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

R = 23.73%
G = 30.6%
B = 45.68%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B8ACE (or 0x6B8ACE) is known color: Danube. HEX triplet: 6B, 8A and CE. RGB value is (107,138,206). Sum of RGB (Red+Green+Blue) = 107+138+206=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ACE is #947531. Grayscale: #888888. Windows color (decimal): -9729330 or 13535851. OLE color: 13535851.

HSL color Cylindrical-coordinate representation of color #6B8ACE: hue angle of 221.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8ACE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 138 206 -
CMYK 0.48 0.33 0 0.19
HSL 221.21º 0.5% 0.61% -
HSV(B) 221.21º 0.48% 0.81% -
XYZ 26.29 25.76 61.98 -
YUV 136.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 107 138 206 0.48 0.33 0 0.19 221.21 0.5 0.61
Hex 6B 8A CE 30 21 0 13 DD 32 3D
Octal 153 212 316 60 41 0 23 335 62 75
Binary 1101011 10001010 11001110 110000 100001 0 10011 11011101 110010 111101

Color Harmonies of #6B8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8ACE

Black with #6B8ACE

Text Example


Text Example

White with #6B8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,138,206); }

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

background-color css

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

 a { background-color: rgb(107,138,206); }

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

border-color css

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

 span { border-color: rgb(107,138,206); }

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