Html Css Color HEX #667281 Raven

📋 copy color: '#667281'

red 102 ◦ green 114 ◦ blue 129

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

Shades of Raven #667281

Tints of Raven #667281

RGB

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

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

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

R = 29.57%
G = 33.04%
B = 37.39%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667281 (or 0x667281) is known color: Raven. HEX triplet: 66, 72 and 81. RGB value is (102,114,129). Sum of RGB (Red+Green+Blue) = 102+114+129=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #667281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667281 is #998D7E. Grayscale: #707070. Windows color (decimal): -10063231 or 8483430. OLE color: 8483430.

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

Color convert

RGB 102 114 129 -
CMYK 0.21 0.12 0 0.49
HSL 213.33º 0.12% 0.45% -
HSV(B) 213.33º 0.21% 0.51% -
XYZ 15.46 16.44 23.13 -
YUV 112.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 102 114 129 0.21 0.12 0 0.49 213.33 0.12 0.45
Hex 66 72 81 15 C 0 31 D5 C 2D
Octal 146 162 201 25 14 0 61 325 14 55
Binary 1100110 1110010 10000001 10101 1100 0 110001 11010101 1100 101101

Color Harmonies of #667281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667281

Black with #667281

Text Example


Text Example

White with #667281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667281; }

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

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

background-color css

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

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

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

border-color css

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

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

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