Html Css Color HEX #607B87 Hoki

📋 copy color: '#607B87'

red 96 ◦ green 123 ◦ blue 135

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

Shades of Hoki #607B87

Tints of Hoki #607B87

RGB

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

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

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

R = 27.12%
G = 34.75%
B = 38.14%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#607B87 (or 0x607B87) is known color: Hoki. HEX triplet: 60, 7B and 87. RGB value is (96,123,135). Sum of RGB (Red+Green+Blue) = 96+123+135=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #607B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B87 is #9F8478. Grayscale: #747474. Windows color (decimal): -10454137 or 8878944. OLE color: 8878944.

HSL color Cylindrical-coordinate representation of color #607B87: hue angle of 198.46º 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 #607B87 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 123 135 -
CMYK 0.29 0.09 0 0.47
HSL 198.46º 0.17% 0.45% -
HSV(B) 198.46º 0.29% 0.53% -
XYZ 16.28 18.4 25.62 -
YUV 116.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 96 123 135 0.29 0.09 0 0.47 198.46 0.17 0.45
Hex 60 7B 87 1D 9 0 2F C6 11 2D
Octal 140 173 207 35 11 0 57 306 21 55
Binary 1100000 1111011 10000111 11101 1001 0 101111 11000110 10001 101101

Color Harmonies of #607B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B87

Black with #607B87

Text Example


Text Example

White with #607B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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