Html Css Color HEX #607080 Raven

📋 copy color: '#607080'

red 96 ◦ green 112 ◦ blue 128

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

Shades of Raven #607080

Tints of Raven #607080

RGB

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

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

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

R = 28.57%
G = 33.33%
B = 38.1%

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

#607080 (or 0x607080) is known color: Raven. HEX triplet: 60, 70 and 80. RGB value is (96,112,128). Sum of RGB (Red+Green+Blue) = 96+112+128=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #607080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607080 is #9F8F7F. Grayscale: #6C6C6C. Windows color (decimal): -10456960 or 8417376. OLE color: 8417376.

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

Color convert

RGB 96 112 128 -
CMYK 0.25 0.12 0 0.50
HSL 210º 0.14% 0.44% -
HSV(B) 210º 0.25% 0.5% -
XYZ 14.51 15.63 22.67 -
YUV 109.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 96 112 128 0.25 0.12 0 0.50 210 0.14 0.44
Hex 60 70 80 19 C 0 32 D2 E 2C
Octal 140 160 200 31 14 0 62 322 16 54
Binary 1100000 1110000 10000000 11001 1100 0 110010 11010010 1110 101100

Color Harmonies of #607080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607080

Black with #607080

Text Example


Text Example

White with #607080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607080; }

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

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

background-color css

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

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

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

border-color css

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

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

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