Html Css Color HEX #628283 Hoki

📋 copy color: '#628283'

red 98 ◦ green 130 ◦ blue 131

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

Shades of Hoki #628283

Tints of Hoki #628283

RGB

 RED value IS 98 (38.67% from 255) = 27.3%

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

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

R = 27.3%
G = 36.21%
B = 36.49%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#628283 (or 0x628283) is known color: Hoki. HEX triplet: 62, 82 and 83. RGB value is (98,130,131). Sum of RGB (Red+Green+Blue) = 98+130+131=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #628283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628283 is #9D7D7C. Grayscale: #787878. Windows color (decimal): -10321277 or 8618594. OLE color: 8618594.

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

Color convert

RGB 98 130 131 -
CMYK 0.25 0.01 0 0.49
HSL 181.82º 0.14% 0.45% -
HSV(B) 181.82º 0.25% 0.51% -
XYZ 17.12 20.2 24.47 -
YUV 120.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 98 130 131 0.25 0.01 0 0.49 181.82 0.14 0.45
Hex 62 82 83 19 1 0 31 B6 E 2D
Octal 142 202 203 31 1 0 61 266 16 55
Binary 1100010 10000010 10000011 11001 1 0 110001 10110110 1110 101101

Color Harmonies of #628283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628283

Black with #628283

Text Example


Text Example

White with #628283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628283; }

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

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

background-color css

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

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

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

border-color css

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

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

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