Html Css Color HEX #607180 Raven

📋 copy color: '#607180'

red 96 ◦ green 113 ◦ blue 128

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

Shades of Raven #607180

Tints of Raven #607180

RGB

 RED value IS 96 (37.89% from 255) = 28.49%

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 28.49%
G = 33.53%
B = 37.98%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#607180 (or 0x607180) is known color: Raven. HEX triplet: 60, 71 and 80. RGB value is (96,113,128). Sum of RGB (Red+Green+Blue) = 96+113+128=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #607180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607180 is #9F8E7F. Grayscale: #6D6D6D. Windows color (decimal): -10456704 or 8417632. OLE color: 8417632.

HSL color Cylindrical-coordinate representation of color #607180: hue angle of 208.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607180 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 113 128 -
CMYK 0.25 0.12 0 0.50
HSL 208.13º 0.14% 0.44% -
HSV(B) 208.13º 0.25% 0.5% -
XYZ 14.63 15.86 22.71 -
YUV 109.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 96 113 128 0.25 0.12 0 0.50 208.13 0.14 0.44
Hex 60 71 80 19 C 0 32 D0 E 2C
Octal 140 161 200 31 14 0 62 320 16 54
Binary 1100000 1110001 10000000 11001 1100 0 110010 11010000 1110 101100

Color Harmonies of #607180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607180

Black with #607180

Text Example


Text Example

White with #607180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607180; }

 p { color: rgb(96,113,128); }

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

background-color css

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

 a { background-color: rgb(96,113,128); }

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

border-color css

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

 span { border-color: rgb(96,113,128); }

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