Html Css Color HEX #667085 Raven

📋 copy color: '#667085'

red 102 ◦ green 112 ◦ blue 133

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

Shades of Raven #667085

Tints of Raven #667085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 29.39%
G = 32.28%
B = 38.33%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667085 (or 0x667085) is known color: Raven. HEX triplet: 66, 70 and 85. RGB value is (102,112,133). Sum of RGB (Red+Green+Blue) = 102+112+133=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #667085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667085 is #998F7A. Grayscale: #6F6F6F. Windows color (decimal): -10063739 or 8745062. OLE color: 8745062.

HSL color Cylindrical-coordinate representation of color #667085: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667085 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 112 133 -
CMYK 0.23 0.16 0 0.48
HSL 220.65º 0.13% 0.46% -
HSV(B) 220.65º 0.23% 0.52% -
XYZ 15.51 16.11 24.48 -
YUV 111.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 102 112 133 0.23 0.16 0 0.48 220.65 0.13 0.46
Hex 66 70 85 17 10 0 30 DD D 2E
Octal 146 160 205 27 20 0 60 335 15 56
Binary 1100110 1110000 10000101 10111 10000 0 110000 11011101 1101 101110

Color Harmonies of #667085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667085

Black with #667085

Text Example


Text Example

White with #667085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667085; }

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

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

background-color css

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

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

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

border-color css

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

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

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