Html Css Color HEX #60707E Raven

📋 copy color: '#60707E'

red 96 ◦ green 112 ◦ blue 126

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

Shades of Raven #60707E

Tints of Raven #60707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 28.74%
G = 33.53%
B = 37.72%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60707E (or 0x60707E) is known color: Raven. HEX triplet: 60, 70 and 7E. RGB value is (96,112,126). Sum of RGB (Red+Green+Blue) = 96+112+126=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #60707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60707E is #9F8F81. Grayscale: #6C6C6C. Windows color (decimal): -10456962 or 8286304. OLE color: 8286304.

HSL color Cylindrical-coordinate representation of color #60707E: hue angle of 208º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60707E is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 112 126 -
CMYK 0.24 0.11 0 0.51
HSL 208º 0.14% 0.44% -
HSV(B) 208º 0.24% 0.49% -
XYZ 14.38 15.58 21.99 -
YUV 108.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 96 112 126 0.24 0.11 0 0.51 208 0.14 0.44
Hex 60 70 7E 18 B 0 33 D0 E 2C
Octal 140 160 176 30 13 0 63 320 16 54
Binary 1100000 1110000 1111110 11000 1011 0 110011 11010000 1110 101100

Color Harmonies of #60707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60707E

Black with #60707E

Text Example


Text Example

White with #60707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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