Html Css Color HEX #667485 Raven

📋 copy color: '#667485'

red 102 ◦ green 116 ◦ blue 133

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

Shades of Raven #667485

Tints of Raven #667485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 29.06%
G = 33.05%
B = 37.89%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667485 (or 0x667485) is known color: Raven. HEX triplet: 66, 74 and 85. RGB value is (102,116,133). Sum of RGB (Red+Green+Blue) = 102+116+133=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #667485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667485 is #998B7A. Grayscale: #717171. Windows color (decimal): -10062715 or 8746086. OLE color: 8746086.

HSL color Cylindrical-coordinate representation of color #667485: hue angle of 212.9º 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 #667485 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 116 133 -
CMYK 0.23 0.13 0 0.48
HSL 212.9º 0.13% 0.46% -
HSV(B) 212.9º 0.23% 0.52% -
XYZ 15.96 17.01 24.63 -
YUV 113.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 102 116 133 0.23 0.13 0 0.48 212.9 0.13 0.46
Hex 66 74 85 17 D 0 30 D5 D 2E
Octal 146 164 205 27 15 0 60 325 15 56
Binary 1100110 1110100 10000101 10111 1101 0 110000 11010101 1101 101110

Color Harmonies of #667485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667485

Black with #667485

Text Example


Text Example

White with #667485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667485; }

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

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

background-color css

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

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

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

border-color css

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

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

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