Html Css Color HEX #607778 Nevada

📋 copy color: '#607778'

red 96 ◦ green 119 ◦ blue 120

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

Shades of Nevada #607778

Tints of Nevada #607778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 28.66%
G = 35.52%
B = 35.82%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#607778 (or 0x607778) is known color: Nevada. HEX triplet: 60, 77 and 78. RGB value is (96,119,120). Sum of RGB (Red+Green+Blue) = 96+119+120=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #607778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607778 is #9F8887. Grayscale: #707070. Windows color (decimal): -10455176 or 7894880. OLE color: 7894880.

HSL color Cylindrical-coordinate representation of color #607778: hue angle of 182.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607778 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 120 -
CMYK 0.2 0.01 0 0.53
HSL 182.5º 0.11% 0.42% -
HSV(B) 182.5º 0.2% 0.47% -
XYZ 14.81 17.04 20.28 -
YUV 112.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 96 119 120 0.2 0.01 0 0.53 182.5 0.11 0.42
Hex 60 77 78 14 1 0 35 B6 B 2A
Octal 140 167 170 24 1 0 65 266 13 52
Binary 1100000 1110111 1111000 10100 1 0 110101 10110110 1011 101010

Color Harmonies of #607778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607778

Black with #607778

Text Example


Text Example

White with #607778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607778; }

 p { color: rgb(96,119,120); }

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

background-color css

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

 a { background-color: rgb(96,119,120); }

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

border-color css

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

 span { border-color: rgb(96,119,120); }

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