Html Css Color HEX #618283 Hoki

📋 copy color: '#618283'

red 97 ◦ green 130 ◦ blue 131

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

Shades of Hoki #618283

Tints of Hoki #618283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 27.09%
G = 36.31%
B = 36.59%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#618283 (or 0x618283) is known color: Hoki. HEX triplet: 61, 82 and 83. RGB value is (97,130,131). Sum of RGB (Red+Green+Blue) = 97+130+131=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #618283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618283 is #9E7D7C. Grayscale: #787878. Windows color (decimal): -10386813 or 8618593. OLE color: 8618593.

HSL color Cylindrical-coordinate representation of color #618283: hue angle of 181.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618283 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 131 -
CMYK 0.26 0.01 0 0.49
HSL 181.76º 0.15% 0.45% -
HSV(B) 181.76º 0.26% 0.51% -
XYZ 17.01 20.15 24.46 -
YUV 120.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 97 130 131 0.26 0.01 0 0.49 181.76 0.15 0.45
Hex 61 82 83 1A 1 0 31 B6 F 2D
Octal 141 202 203 32 1 0 61 266 17 55
Binary 1100001 10000010 10000011 11010 1 0 110001 10110110 1111 101101

Color Harmonies of #618283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618283

Black with #618283

Text Example


Text Example

White with #618283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618283; }

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

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

background-color css

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

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

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

border-color css

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

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

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