Html Css Color HEX #667481 Raven

📋 copy color: '#667481'

red 102 ◦ green 116 ◦ blue 129

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

Shades of Raven #667481

Tints of Raven #667481

RGB

 RED value IS 102 (40.23% from 255) = 29.39%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 29.39%
G = 33.43%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667481 (or 0x667481) is known color: Raven. HEX triplet: 66, 74 and 81. RGB value is (102,116,129). Sum of RGB (Red+Green+Blue) = 102+116+129=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 129 - color contains mainly: blue. Hex color #667481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667481 is #998B7E. Grayscale: #717171. Windows color (decimal): -10062719 or 8483942. OLE color: 8483942.

HSL color Cylindrical-coordinate representation of color #667481: hue angle of 208.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #667481 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 116 129 -
CMYK 0.21 0.10 0 0.49
HSL 208.89º 0.12% 0.45% -
HSV(B) 208.89º 0.21% 0.51% -
XYZ 15.69 16.9 23.2 -
YUV 113.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 102 116 129 0.21 0.10 0 0.49 208.89 0.12 0.45
Hex 66 74 81 15 A 0 31 D1 C 2D
Octal 146 164 201 25 12 0 61 321 14 55
Binary 1100110 1110100 10000001 10101 1010 0 110001 11010001 1100 101101

Color Harmonies of #667481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667481

Black with #667481

Text Example


Text Example

White with #667481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667481; }

 p { color: rgb(102,116,129); }

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

background-color css

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

 a { background-color: rgb(102,116,129); }

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

border-color css

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

 span { border-color: rgb(102,116,129); }

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