Html Css Color HEX #6A7180 Raven

📋 copy color: '#6A7180'

red 106 ◦ green 113 ◦ blue 128

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

Shades of Raven #6A7180

Tints of Raven #6A7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 30.55%
G = 32.56%
B = 36.89%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A7180 (or 0x6A7180) is known color: Raven. HEX triplet: 6A, 71 and 80. RGB value is (106,113,128). Sum of RGB (Red+Green+Blue) = 106+113+128=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A7180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7180 is #958E7F. Grayscale: #707070. Windows color (decimal): -9801344 or 8417642. OLE color: 8417642.

HSL color Cylindrical-coordinate representation of color #6A7180: hue angle of 220.91º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7180 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 113 128 -
CMYK 0.17 0.12 0 0.50
HSL 220.91º 0.09% 0.46% -
HSV(B) 220.91º 0.17% 0.5% -
XYZ 15.75 16.43 22.76 -
YUV 112.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 106 113 128 0.17 0.12 0 0.50 220.91 0.09 0.46
Hex 6A 71 80 11 C 0 32 DD 9 2E
Octal 152 161 200 21 14 0 62 335 11 56
Binary 1101010 1110001 10000000 10001 1100 0 110010 11011101 1001 101110

Color Harmonies of #6A7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7180

Black with #6A7180

Text Example


Text Example

White with #6A7180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,128); }

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

background-color css

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

 a { background-color: rgb(106,113,128); }

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

border-color css

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

 span { border-color: rgb(106,113,128); }

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