Html Css Color HEX #618085 Hoki

📋 copy color: '#618085'

red 97 ◦ green 128 ◦ blue 133

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

Shades of Hoki #618085

Tints of Hoki #618085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 27.09%
G = 35.75%
B = 37.15%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#618085 (or 0x618085) is known color: Hoki. HEX triplet: 61, 80 and 85. RGB value is (97,128,133). Sum of RGB (Red+Green+Blue) = 97+128+133=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #618085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618085 is #9E7F7A. Grayscale: #777777. Windows color (decimal): -10387323 or 8749153. OLE color: 8749153.

HSL color Cylindrical-coordinate representation of color #618085: hue angle of 188.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618085 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 128 133 -
CMYK 0.27 0.04 0 0.48
HSL 188.33º 0.16% 0.45% -
HSV(B) 188.33º 0.27% 0.52% -
XYZ 16.88 19.67 25.1 -
YUV 119.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 97 128 133 0.27 0.04 0 0.48 188.33 0.16 0.45
Hex 61 80 85 1B 4 0 30 BC 10 2D
Octal 141 200 205 33 4 0 60 274 20 55
Binary 1100001 10000000 10000101 11011 100 0 110000 10111100 10000 101101

Color Harmonies of #618085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618085

Black with #618085

Text Example


Text Example

White with #618085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618085; }

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

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

background-color css

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

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

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

border-color css

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

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

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