Html Css Color HEX #618388 Hoki

📋 copy color: '#618388'

red 97 ◦ green 131 ◦ blue 136

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

Shades of Hoki #618388

Tints of Hoki #618388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 26.65%
G = 35.99%
B = 37.36%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#618388 (or 0x618388) is known color: Hoki. HEX triplet: 61, 83 and 88. RGB value is (97,131,136). Sum of RGB (Red+Green+Blue) = 97+131+136=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #618388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618388 is #9E7C77. Grayscale: #797979. Windows color (decimal): -10386552 or 8946529. OLE color: 8946529.

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

Color convert

RGB 97 131 136 -
CMYK 0.29 0.04 0 0.47
HSL 187.69º 0.17% 0.46% -
HSV(B) 187.69º 0.29% 0.53% -
XYZ 17.49 20.55 26.34 -
YUV 121.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 97 131 136 0.29 0.04 0 0.47 187.69 0.17 0.46
Hex 61 83 88 1D 4 0 2F BC 11 2E
Octal 141 203 210 35 4 0 57 274 21 56
Binary 1100001 10000011 10001000 11101 100 0 101111 10111100 10001 101110

Color Harmonies of #618388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618388

Black with #618388

Text Example


Text Example

White with #618388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618388; }

 p { color: rgb(97,131,136); }

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

background-color css

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

 a { background-color: rgb(97,131,136); }

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

border-color css

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

 span { border-color: rgb(97,131,136); }

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