Html Css Color HEX #607987 Hoki

📋 copy color: '#607987'

red 96 ◦ green 121 ◦ blue 135

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

Shades of Hoki #607987

Tints of Hoki #607987

RGB

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

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

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

R = 27.27%
G = 34.38%
B = 38.35%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#607987 (or 0x607987) is known color: Hoki. HEX triplet: 60, 79 and 87. RGB value is (96,121,135). Sum of RGB (Red+Green+Blue) = 96+121+135=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #607987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607987 is #9F8678. Grayscale: #737373. Windows color (decimal): -10454649 or 8878432. OLE color: 8878432.

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

Color convert

RGB 96 121 135 -
CMYK 0.29 0.10 0 0.47
HSL 201.54º 0.17% 0.45% -
HSV(B) 201.54º 0.29% 0.53% -
XYZ 16.03 17.91 25.53 -
YUV 115.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 96 121 135 0.29 0.10 0 0.47 201.54 0.17 0.45
Hex 60 79 87 1D A 0 2F CA 11 2D
Octal 140 171 207 35 12 0 57 312 21 55
Binary 1100000 1111001 10000111 11101 1010 0 101111 11001010 10001 101101

Color Harmonies of #607987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607987

Black with #607987

Text Example


Text Example

White with #607987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607987; }

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

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

background-color css

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

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

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

border-color css

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

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

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