Html Css Color HEX #638082 Hoki

📋 copy color: '#638082'

red 99 ◦ green 128 ◦ blue 130

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

Shades of Hoki #638082

Tints of Hoki #638082

RGB

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

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

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

R = 27.73%
G = 35.85%
B = 36.41%

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

#638082 (or 0x638082) is known color: Hoki. HEX triplet: 63, 80 and 82. RGB value is (99,128,130). Sum of RGB (Red+Green+Blue) = 99+128+130=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #638082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638082 is #9C7F7D. Grayscale: #777777. Windows color (decimal): -10256254 or 8552547. OLE color: 8552547.

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

Color convert

RGB 99 128 130 -
CMYK 0.24 0.02 0 0.49
HSL 183.87º 0.14% 0.45% -
HSV(B) 183.87º 0.24% 0.51% -
XYZ 16.89 19.7 24.03 -
YUV 119.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 99 128 130 0.24 0.02 0 0.49 183.87 0.14 0.45
Hex 63 80 82 18 2 0 31 B8 E 2D
Octal 143 200 202 30 2 0 61 270 16 55
Binary 1100011 10000000 10000010 11000 10 0 110001 10111000 1110 101101

Color Harmonies of #638082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638082

Black with #638082

Text Example


Text Example

White with #638082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638082; }

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

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

background-color css

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

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

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

border-color css

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

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

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