Html Css Color HEX #607985 Hoki

📋 copy color: '#607985'

red 96 ◦ green 121 ◦ blue 133

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

Shades of Hoki #607985

Tints of Hoki #607985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 27.43%
G = 34.57%
B = 38%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607985 (or 0x607985) is known color: Hoki. HEX triplet: 60, 79 and 85. RGB value is (96,121,133). Sum of RGB (Red+Green+Blue) = 96+121+133=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #607985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607985 is #9F867A. Grayscale: #727272. Windows color (decimal): -10454651 or 8747360. OLE color: 8747360.

HSL color Cylindrical-coordinate representation of color #607985: hue angle of 199.46º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607985 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 121 133 -
CMYK 0.28 0.09 0 0.48
HSL 199.46º 0.16% 0.45% -
HSV(B) 199.46º 0.28% 0.52% -
XYZ 15.89 17.86 24.8 -
YUV 114.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 96 121 133 0.28 0.09 0 0.48 199.46 0.16 0.45
Hex 60 79 85 1C 9 0 30 C7 10 2D
Octal 140 171 205 34 11 0 60 307 20 55
Binary 1100000 1111001 10000101 11100 1001 0 110000 11000111 10000 101101

Color Harmonies of #607985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607985

Black with #607985

Text Example


Text Example

White with #607985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607985; }

 p { color: rgb(96,121,133); }

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

background-color css

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

 a { background-color: rgb(96,121,133); }

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

border-color css

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

 span { border-color: rgb(96,121,133); }

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