Html Css Color HEX #637F84 Hoki

📋 copy color: '#637F84'

red 99 ◦ green 127 ◦ blue 132

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

Shades of Hoki #637F84

Tints of Hoki #637F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 27.65%
G = 35.47%
B = 36.87%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637F84 (or 0x637F84) is known color: Hoki. HEX triplet: 63, 7F and 84. RGB value is (99,127,132). Sum of RGB (Red+Green+Blue) = 99+127+132=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #637F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F84 is #9C807B. Grayscale: #777777. Windows color (decimal): -10256508 or 8683363. OLE color: 8683363.

HSL color Cylindrical-coordinate representation of color #637F84: hue angle of 189.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #637F84 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 127 132 -
CMYK 0.25 0.04 0 0.48
HSL 189.09º 0.14% 0.45% -
HSV(B) 189.09º 0.25% 0.52% -
XYZ 16.9 19.5 24.7 -
YUV 119.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 99 127 132 0.25 0.04 0 0.48 189.09 0.14 0.45
Hex 63 7F 84 19 4 0 30 BD E 2D
Octal 143 177 204 31 4 0 60 275 16 55
Binary 1100011 1111111 10000100 11001 100 0 110000 10111101 1110 101101

Color Harmonies of #637F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F84

Black with #637F84

Text Example


Text Example

White with #637F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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