Html Css Color HEX #648187 Hoki

📋 copy color: '#648187'

red 100 ◦ green 129 ◦ blue 135

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

Shades of Hoki #648187

Tints of Hoki #648187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 27.47%
G = 35.44%
B = 37.09%

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

#648187 (or 0x648187) is known color: Hoki. HEX triplet: 64, 81 and 87. RGB value is (100,129,135). Sum of RGB (Red+Green+Blue) = 100+129+135=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #648187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648187 is #9B7E78. Grayscale: #787878. Windows color (decimal): -10190457 or 8880484. OLE color: 8880484.

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

Color convert

RGB 100 129 135 -
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.48 20.16 25.89 -
YUV 121.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 100 129 135 0.26 0.04 0 0.47 190.29 0.15 0.46
Hex 64 81 87 1A 4 0 2F BE F 2E
Octal 144 201 207 32 4 0 57 276 17 56
Binary 1100100 10000001 10000111 11010 100 0 101111 10111110 1111 101110

Color Harmonies of #648187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648187

Black with #648187

Text Example


Text Example

White with #648187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648187; }

 p { color: rgb(100,129,135); }

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

background-color css

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

 a { background-color: rgb(100,129,135); }

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

border-color css

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

 span { border-color: rgb(100,129,135); }

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