Html Css Color HEX #638081 Hoki

📋 copy color: '#638081'

red 99 ◦ green 128 ◦ blue 129

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

Shades of Hoki #638081

Tints of Hoki #638081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 27.81%
G = 35.96%
B = 36.24%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#638081 (or 0x638081) is known color: Hoki. HEX triplet: 63, 80 and 81. RGB value is (99,128,129). Sum of RGB (Red+Green+Blue) = 99+128+129=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #638081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638081 is #9C7F7E. Grayscale: #777777. Windows color (decimal): -10256255 or 8487011. OLE color: 8487011.

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

Color convert

RGB 99 128 129 -
CMYK 0.23 0.01 0 0.49
HSL 182º 0.13% 0.45% -
HSV(B) 182º 0.23% 0.51% -
XYZ 16.83 19.68 23.68 -
YUV 119.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 99 128 129 0.23 0.01 0 0.49 182 0.13 0.45
Hex 63 80 81 17 1 0 31 B6 D 2D
Octal 143 200 201 27 1 0 61 266 15 55
Binary 1100011 10000000 10000001 10111 1 0 110001 10110110 1101 101101

Color Harmonies of #638081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638081

Black with #638081

Text Example


Text Example

White with #638081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638081; }

 p { color: rgb(99,128,129); }

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

background-color css

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

 a { background-color: rgb(99,128,129); }

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

border-color css

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

 span { border-color: rgb(99,128,129); }

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