Html Css Color HEX #607F87 Hoki

📋 copy color: '#607F87'

red 96 ◦ green 127 ◦ blue 135

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

Shades of Hoki #607F87

Tints of Hoki #607F87

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 135 (53.13% from 255) = 37.71%

R = 26.82%
G = 35.47%
B = 37.71%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#607F87 (or 0x607F87) is known color: Hoki. HEX triplet: 60, 7F and 87. RGB value is (96,127,135). Sum of RGB (Red+Green+Blue) = 96+127+135=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #607F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F87 is #9F8078. Grayscale: #767676. Windows color (decimal): -10453113 or 8879968. OLE color: 8879968.

HSL color Cylindrical-coordinate representation of color #607F87: hue angle of 192.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #607F87 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 127 135 -
CMYK 0.29 0.06 0 0.47
HSL 192.31º 0.17% 0.45% -
HSV(B) 192.31º 0.29% 0.53% -
XYZ 16.79 19.41 25.78 -
YUV 118.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 96 127 135 0.29 0.06 0 0.47 192.31 0.17 0.45
Hex 60 7F 87 1D 6 0 2F C0 11 2D
Octal 140 177 207 35 6 0 57 300 21 55
Binary 1100000 1111111 10000111 11101 110 0 101111 11000000 10001 101101

Color Harmonies of #607F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F87

Black with #607F87

Text Example


Text Example

White with #607F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,127,135); }

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

background-color css

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

 a { background-color: rgb(96,127,135); }

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

border-color css

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

 span { border-color: rgb(96,127,135); }

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