Html Css Color HEX #647982 Hoki

📋 copy color: '#647982'

red 100 ◦ green 121 ◦ blue 130

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

Shades of Hoki #647982

Tints of Hoki #647982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

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

R = 28.49%
G = 34.47%
B = 37.04%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647982 (or 0x647982) is known color: Hoki. HEX triplet: 64, 79 and 82. RGB value is (100,121,130). Sum of RGB (Red+Green+Blue) = 100+121+130=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #647982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647982 is #9B867D. Grayscale: #737373. Windows color (decimal): -10192510 or 8550756. OLE color: 8550756.

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

Color convert

RGB 100 121 130 -
CMYK 0.23 0.07 0 0.49
HSL 198º 0.13% 0.45% -
HSV(B) 198º 0.23% 0.51% -
XYZ 16.12 18 23.74 -
YUV 115.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 100 121 130 0.23 0.07 0 0.49 198 0.13 0.45
Hex 64 79 82 17 7 0 31 C6 D 2D
Octal 144 171 202 27 7 0 61 306 15 55
Binary 1100100 1111001 10000010 10111 111 0 110001 11000110 1101 101101

Color Harmonies of #647982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647982

Black with #647982

Text Example


Text Example

White with #647982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647982; }

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

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

background-color css

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

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

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

border-color css

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

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

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