Html Css Color HEX #667283 Raven

📋 copy color: '#667283'

red 102 ◦ green 114 ◦ blue 131

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

Shades of Raven #667283

Tints of Raven #667283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 29.39%
G = 32.85%
B = 37.75%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667283 (or 0x667283) is known color: Raven. HEX triplet: 66, 72 and 83. RGB value is (102,114,131). Sum of RGB (Red+Green+Blue) = 102+114+131=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #667283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667283 is #998D7C. Grayscale: #707070. Windows color (decimal): -10063229 or 8614502. OLE color: 8614502.

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

Color convert

RGB 102 114 131 -
CMYK 0.22 0.13 0 0.49
HSL 215.17º 0.12% 0.46% -
HSV(B) 215.17º 0.22% 0.51% -
XYZ 15.59 16.5 23.84 -
YUV 112.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 102 114 131 0.22 0.13 0 0.49 215.17 0.12 0.46
Hex 66 72 83 16 D 0 31 D7 C 2E
Octal 146 162 203 26 15 0 61 327 14 56
Binary 1100110 1110010 10000011 10110 1101 0 110001 11010111 1100 101110

Color Harmonies of #667283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667283

Black with #667283

Text Example


Text Example

White with #667283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667283; }

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

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

background-color css

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

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

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

border-color css

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

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

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