Html Css Color HEX #628083 Hoki

📋 copy color: '#628083'

red 98 ◦ green 128 ◦ blue 131

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

Shades of Hoki #628083

Tints of Hoki #628083

RGB

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

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

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

R = 27.45%
G = 35.85%
B = 36.69%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#628083 (or 0x628083) is known color: Hoki. HEX triplet: 62, 80 and 83. RGB value is (98,128,131). Sum of RGB (Red+Green+Blue) = 98+128+131=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #628083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628083 is #9D7F7C. Grayscale: #777777. Windows color (decimal): -10321789 or 8618082. OLE color: 8618082.

HSL color Cylindrical-coordinate representation of color #628083: hue angle of 185.45º 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 #628083 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 128 131 -
CMYK 0.25 0.02 0 0.49
HSL 185.45º 0.14% 0.45% -
HSV(B) 185.45º 0.25% 0.51% -
XYZ 16.85 19.67 24.38 -
YUV 119.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 98 128 131 0.25 0.02 0 0.49 185.45 0.14 0.45
Hex 62 80 83 19 2 0 31 B9 E 2D
Octal 142 200 203 31 2 0 61 271 16 55
Binary 1100010 10000000 10000011 11001 10 0 110001 10111001 1110 101101

Color Harmonies of #628083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628083

Black with #628083

Text Example


Text Example

White with #628083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628083; }

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

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

background-color css

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

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

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

border-color css

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

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

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