Html Css Color HEX #6A8CBA Danube

📋 copy color: '#6A8CBA'

red 106 ◦ green 140 ◦ blue 186

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

Shades of Danube #6A8CBA

Tints of Danube #6A8CBA

RGB

 RED value IS 106 (41.8% from 255) = 24.54%

 GREEN value IS 140 (55.08% from 255) = 32.41%

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

R = 24.54%
G = 32.41%
B = 43.06%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A8CBA (or 0x6A8CBA) is known color: Danube. HEX triplet: 6A, 8C and BA. RGB value is (106,140,186). Sum of RGB (Red+Green+Blue) = 106+140+186=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8CBA is #957345. Grayscale: #868686. Windows color (decimal): -9794374 or 12225642. OLE color: 12225642.

HSL color Cylindrical-coordinate representation of color #6A8CBA: hue angle of 214.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A8CBA is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 140 186 -
CMYK 0.43 0.25 0 0.27
HSL 214.5º 0.37% 0.57% -
HSV(B) 214.5º 0.43% 0.73% -
XYZ 24.18 25.37 50.08 -
YUV 135.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 106 140 186 0.43 0.25 0 0.27 214.5 0.37 0.57
Hex 6A 8C BA 2B 19 0 1B D6 25 39
Octal 152 214 272 53 31 0 33 326 45 71
Binary 1101010 10001100 10111010 101011 11001 0 11011 11010110 100101 111001

Color Harmonies of #6A8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8CBA

Black with #6A8CBA

Text Example


Text Example

White with #6A8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,140,186); }

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

background-color css

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

 a { background-color: rgb(106,140,186); }

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

border-color css

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

 span { border-color: rgb(106,140,186); }

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