Html Css Color HEX #648286 Hoki

📋 copy color: '#648286'

red 100 ◦ green 130 ◦ blue 134

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

Shades of Hoki #648286

Tints of Hoki #648286

RGB

 RED value IS 100 (39.45% from 255) = 27.47%

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

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

R = 27.47%
G = 35.71%
B = 36.81%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648286 (or 0x648286) is known color: Hoki. HEX triplet: 64, 82 and 86. RGB value is (100,130,134). Sum of RGB (Red+Green+Blue) = 100+130+134=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #648286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648286 is #9B7D79. Grayscale: #797979. Windows color (decimal): -10190202 or 8815204. OLE color: 8815204.

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

Color convert

RGB 100 130 134 -
CMYK 0.25 0.03 0 0.47
HSL 187.06º 0.15% 0.46% -
HSV(B) 187.06º 0.25% 0.53% -
XYZ 17.54 20.4 25.57 -
YUV 121.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 100 130 134 0.25 0.03 0 0.47 187.06 0.15 0.46
Hex 64 82 86 19 3 0 2F BB F 2E
Octal 144 202 206 31 3 0 57 273 17 56
Binary 1100100 10000010 10000110 11001 11 0 101111 10111011 1111 101110

Color Harmonies of #648286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648286

Black with #648286

Text Example


Text Example

White with #648286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648286; }

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

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

background-color css

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

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

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

border-color css

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

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

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