Html Css Color HEX #638286 Hoki

📋 copy color: '#638286'

red 99 ◦ green 130 ◦ blue 134

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

Shades of Hoki #638286

Tints of Hoki #638286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

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

R = 27.27%
G = 35.81%
B = 36.91%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638286 (or 0x638286) is known color: Hoki. HEX triplet: 63, 82 and 86. RGB value is (99,130,134). Sum of RGB (Red+Green+Blue) = 99+130+134=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #638286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638286 is #9C7D79. Grayscale: #797979. Windows color (decimal): -10255738 or 8815203. OLE color: 8815203.

HSL color Cylindrical-coordinate representation of color #638286: hue angle of 186.86º 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 #638286 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 130 134 -
CMYK 0.26 0.03 0 0.47
HSL 186.86º 0.15% 0.46% -
HSV(B) 186.86º 0.26% 0.53% -
XYZ 17.43 20.34 25.56 -
YUV 121.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 99 130 134 0.26 0.03 0 0.47 186.86 0.15 0.46
Hex 63 82 86 1A 3 0 2F BB F 2E
Octal 143 202 206 32 3 0 57 273 17 56
Binary 1100011 10000010 10000110 11010 11 0 101111 10111011 1111 101110

Color Harmonies of #638286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638286

Black with #638286

Text Example


Text Example

White with #638286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638286; }

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

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

background-color css

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

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

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

border-color css

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

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

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