Html Css Color HEX #637F82 Hoki

📋 copy color: '#637F82'

red 99 ◦ green 127 ◦ blue 130

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

Shades of Hoki #637F82

Tints of Hoki #637F82

RGB

 RED value IS 99 (39.06% from 255) = 27.81%

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 27.81%
G = 35.67%
B = 36.52%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637F82 (or 0x637F82) is known color: Hoki. HEX triplet: 63, 7F and 82. RGB value is (99,127,130). Sum of RGB (Red+Green+Blue) = 99+127+130=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #637F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F82 is #9C807D. Grayscale: #767676. Windows color (decimal): -10256510 or 8552291. OLE color: 8552291.

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

Color convert

RGB 99 127 130 -
CMYK 0.24 0.02 0 0.49
HSL 185.81º 0.14% 0.45% -
HSV(B) 185.81º 0.24% 0.51% -
XYZ 16.76 19.44 23.99 -
YUV 118.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 99 127 130 0.24 0.02 0 0.49 185.81 0.14 0.45
Hex 63 7F 82 18 2 0 31 BA E 2D
Octal 143 177 202 30 2 0 61 272 16 55
Binary 1100011 1111111 10000010 11000 10 0 110001 10111010 1110 101101

Color Harmonies of #637F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F82

Black with #637F82

Text Example


Text Example

White with #637F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637F82; }

 p { color: rgb(99,127,130); }

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

background-color css

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

 a { background-color: rgb(99,127,130); }

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

border-color css

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

 span { border-color: rgb(99,127,130); }

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