Html Css Color HEX #618087 Hoki

📋 copy color: '#618087'

red 97 ◦ green 128 ◦ blue 135

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

Shades of Hoki #618087

Tints of Hoki #618087

RGB

 RED value IS 97 (38.28% from 255) = 26.94%

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 26.94%
G = 35.56%
B = 37.5%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#618087 (or 0x618087) is known color: Hoki. HEX triplet: 61, 80 and 87. RGB value is (97,128,135). Sum of RGB (Red+Green+Blue) = 97+128+135=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #618087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618087 is #9E7F78. Grayscale: #777777. Windows color (decimal): -10387321 or 8880225. OLE color: 8880225.

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

Color convert

RGB 97 128 135 -
CMYK 0.28 0.05 0 0.47
HSL 191.05º 0.16% 0.45% -
HSV(B) 191.05º 0.28% 0.53% -
XYZ 17.02 19.73 25.83 -
YUV 119.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 97 128 135 0.28 0.05 0 0.47 191.05 0.16 0.45
Hex 61 80 87 1C 5 0 2F BF 10 2D
Octal 141 200 207 34 5 0 57 277 20 55
Binary 1100001 10000000 10000111 11100 101 0 101111 10111111 10000 101101

Color Harmonies of #618087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618087

Black with #618087

Text Example


Text Example

White with #618087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618087; }

 p { color: rgb(97,128,135); }

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

background-color css

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

 a { background-color: rgb(97,128,135); }

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

border-color css

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

 span { border-color: rgb(97,128,135); }

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