Html Css Color HEX #667083 Raven

📋 copy color: '#667083'

red 102 ◦ green 112 ◦ blue 131

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

Shades of Raven #667083

Tints of Raven #667083

RGB

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

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

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

R = 29.57%
G = 32.46%
B = 37.97%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667083 (or 0x667083) is known color: Raven. HEX triplet: 66, 70 and 83. RGB value is (102,112,131). Sum of RGB (Red+Green+Blue) = 102+112+131=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #667083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667083 is #998F7C. Grayscale: #6F6F6F. Windows color (decimal): -10063741 or 8613990. OLE color: 8613990.

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

Color convert

RGB 102 112 131 -
CMYK 0.22 0.15 0 0.49
HSL 219.31º 0.12% 0.46% -
HSV(B) 219.31º 0.22% 0.51% -
XYZ 15.37 16.05 23.76 -
YUV 111.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 102 112 131 0.22 0.15 0 0.49 219.31 0.12 0.46
Hex 66 70 83 16 F 0 31 DB C 2E
Octal 146 160 203 26 17 0 61 333 14 56
Binary 1100110 1110000 10000011 10110 1111 0 110001 11011011 1100 101110

Color Harmonies of #667083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667083

Black with #667083

Text Example


Text Example

White with #667083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667083; }

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

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

background-color css

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

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

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

border-color css

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

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

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