Html Css Color HEX #627983 Hoki

📋 copy color: '#627983'

red 98 ◦ green 121 ◦ blue 131

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

Shades of Hoki #627983

Tints of Hoki #627983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 28%
G = 34.57%
B = 37.43%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627983 (or 0x627983) is known color: Hoki. HEX triplet: 62, 79 and 83. RGB value is (98,121,131). Sum of RGB (Red+Green+Blue) = 98+121+131=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #627983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627983 is #9D867C. Grayscale: #737373. Windows color (decimal): -10323581 or 8616290. OLE color: 8616290.

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

Color convert

RGB 98 121 131 -
CMYK 0.25 0.08 0 0.49
HSL 198.18º 0.14% 0.45% -
HSV(B) 198.18º 0.25% 0.51% -
XYZ 15.97 17.91 24.09 -
YUV 115.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 98 121 131 0.25 0.08 0 0.49 198.18 0.14 0.45
Hex 62 79 83 19 8 0 31 C6 E 2D
Octal 142 171 203 31 10 0 61 306 16 55
Binary 1100010 1111001 10000011 11001 1000 0 110001 11000110 1110 101101

Color Harmonies of #627983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627983

Black with #627983

Text Example


Text Example

White with #627983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627983; }

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

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

background-color css

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

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

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

border-color css

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

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

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