Html Css Color HEX #667082 Raven

📋 copy color: '#667082'

red 102 ◦ green 112 ◦ blue 130

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

Shades of Raven #667082

Tints of Raven #667082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 29.65%
G = 32.56%
B = 37.79%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667082 (or 0x667082) is known color: Raven. HEX triplet: 66, 70 and 82. RGB value is (102,112,130). Sum of RGB (Red+Green+Blue) = 102+112+130=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #667082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667082 is #998F7D. Grayscale: #6E6E6E. Windows color (decimal): -10063742 or 8548454. OLE color: 8548454.

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

Color convert

RGB 102 112 130 -
CMYK 0.22 0.14 0 0.49
HSL 218.57º 0.12% 0.45% -
HSV(B) 218.57º 0.22% 0.51% -
XYZ 15.3 16.02 23.41 -
YUV 111.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 102 112 130 0.22 0.14 0 0.49 218.57 0.12 0.45
Hex 66 70 82 16 E 0 31 DB C 2D
Octal 146 160 202 26 16 0 61 333 14 55
Binary 1100110 1110000 10000010 10110 1110 0 110001 11011011 1100 101101

Color Harmonies of #667082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667082

Black with #667082

Text Example


Text Example

White with #667082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667082; }

 p { color: rgb(102,112,130); }

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

background-color css

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

 a { background-color: rgb(102,112,130); }

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

border-color css

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

 span { border-color: rgb(102,112,130); }

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