Html Css Color HEX #677585 Raven

📋 copy color: '#677585'

red 103 ◦ green 117 ◦ blue 133

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

Shades of Raven #677585

Tints of Raven #677585

RGB

 RED value IS 103 (40.63% from 255) = 29.18%

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 29.18%
G = 33.14%
B = 37.68%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677585 (or 0x677585) is known color: Raven. HEX triplet: 67, 75 and 85. RGB value is (103,117,133). Sum of RGB (Red+Green+Blue) = 103+117+133=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #677585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677585 is #988A7A. Grayscale: #727272. Windows color (decimal): -9996923 or 8746343. OLE color: 8746343.

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

Color convert

RGB 103 117 133 -
CMYK 0.23 0.12 0 0.48
HSL 212º 0.13% 0.46% -
HSV(B) 212º 0.23% 0.52% -
XYZ 16.19 17.3 24.68 -
YUV 114.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 103 117 133 0.23 0.12 0 0.48 212 0.13 0.46
Hex 67 75 85 17 C 0 30 D4 D 2E
Octal 147 165 205 27 14 0 60 324 15 56
Binary 1100111 1110101 10000101 10111 1100 0 110000 11010100 1101 101110

Color Harmonies of #677585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677585

Black with #677585

Text Example


Text Example

White with #677585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677585; }

 p { color: rgb(103,117,133); }

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

background-color css

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

 a { background-color: rgb(103,117,133); }

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

border-color css

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

 span { border-color: rgb(103,117,133); }

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