Html Css Color HEX #638086 Hoki

📋 copy color: '#638086'

red 99 ◦ green 128 ◦ blue 134

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

Shades of Hoki #638086

Tints of Hoki #638086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 27.42%
G = 35.46%
B = 37.12%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638086 (or 0x638086) is known color: Hoki. HEX triplet: 63, 80 and 86. RGB value is (99,128,134). Sum of RGB (Red+Green+Blue) = 99+128+134=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #638086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638086 is #9C7F79. Grayscale: #777777. Windows color (decimal): -10256250 or 8814691. OLE color: 8814691.

HSL color Cylindrical-coordinate representation of color #638086: hue angle of 190.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638086 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 128 134 -
CMYK 0.26 0.04 0 0.47
HSL 190.29º 0.15% 0.46% -
HSV(B) 190.29º 0.26% 0.53% -
XYZ 17.17 19.81 25.47 -
YUV 120.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 99 128 134 0.26 0.04 0 0.47 190.29 0.15 0.46
Hex 63 80 86 1A 4 0 2F BE F 2E
Octal 143 200 206 32 4 0 57 276 17 56
Binary 1100011 10000000 10000110 11010 100 0 101111 10111110 1111 101110

Color Harmonies of #638086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638086

Black with #638086

Text Example


Text Example

White with #638086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638086; }

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

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

background-color css

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

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

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

border-color css

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

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

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