Html Css Color HEX #607B85 Hoki

📋 copy color: '#607B85'

red 96 ◦ green 123 ◦ blue 133

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

Shades of Hoki #607B85

Tints of Hoki #607B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

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

R = 27.27%
G = 34.94%
B = 37.78%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607B85 (or 0x607B85) is known color: Hoki. HEX triplet: 60, 7B and 85. RGB value is (96,123,133). Sum of RGB (Red+Green+Blue) = 96+123+133=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #607B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B85 is #9F847A. Grayscale: #737373. Windows color (decimal): -10454139 or 8747872. OLE color: 8747872.

HSL color Cylindrical-coordinate representation of color #607B85: hue angle of 196.22º 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 #607B85 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 123 133 -
CMYK 0.28 0.08 0 0.48
HSL 196.22º 0.16% 0.45% -
HSV(B) 196.22º 0.28% 0.52% -
XYZ 16.14 18.35 24.88 -
YUV 116.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 96 123 133 0.28 0.08 0 0.48 196.22 0.16 0.45
Hex 60 7B 85 1C 8 0 30 C4 10 2D
Octal 140 173 205 34 10 0 60 304 20 55
Binary 1100000 1111011 10000101 11100 1000 0 110000 11000100 10000 101101

Color Harmonies of #607B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B85

Black with #607B85

Text Example


Text Example

White with #607B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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