Html Css Color HEX #667282 Raven

📋 copy color: '#667282'

red 102 ◦ green 114 ◦ blue 130

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

Shades of Raven #667282

Tints of Raven #667282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 29.48%
G = 32.95%
B = 37.57%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667282 (or 0x667282) is known color: Raven. HEX triplet: 66, 72 and 82. RGB value is (102,114,130). Sum of RGB (Red+Green+Blue) = 102+114+130=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #667282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667282 is #998D7D. Grayscale: #707070. Windows color (decimal): -10063230 or 8548966. OLE color: 8548966.

HSL color Cylindrical-coordinate representation of color #667282: hue angle of 214.29º 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 #667282 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 114 130 -
CMYK 0.22 0.12 0 0.49
HSL 214.29º 0.12% 0.45% -
HSV(B) 214.29º 0.22% 0.51% -
XYZ 15.53 16.47 23.48 -
YUV 112.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 102 114 130 0.22 0.12 0 0.49 214.29 0.12 0.45
Hex 66 72 82 16 C 0 31 D6 C 2D
Octal 146 162 202 26 14 0 61 326 14 55
Binary 1100110 1110010 10000010 10110 1100 0 110001 11010110 1100 101101

Color Harmonies of #667282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667282

Black with #667282

Text Example


Text Example

White with #667282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667282; }

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

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

background-color css

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

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

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

border-color css

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

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

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