Html Css Color HEX #648188 Hoki

📋 copy color: '#648188'

red 100 ◦ green 129 ◦ blue 136

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

Shades of Hoki #648188

Tints of Hoki #648188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 27.4%
G = 35.34%
B = 37.26%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648188 (or 0x648188) is known color: Hoki. HEX triplet: 64, 81 and 88. RGB value is (100,129,136). Sum of RGB (Red+Green+Blue) = 100+129+136=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #648188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648188 is #9B7E77. Grayscale: #797979. Windows color (decimal): -10190456 or 8946020. OLE color: 8946020.

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

Color convert

RGB 100 129 136 -
CMYK 0.26 0.05 0 0.47
HSL 191.67º 0.15% 0.46% -
HSV(B) 191.67º 0.26% 0.53% -
XYZ 17.55 20.19 26.26 -
YUV 121.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 100 129 136 0.26 0.05 0 0.47 191.67 0.15 0.46
Hex 64 81 88 1A 5 0 2F C0 F 2E
Octal 144 201 210 32 5 0 57 300 17 56
Binary 1100100 10000001 10001000 11010 101 0 101111 11000000 1111 101110

Color Harmonies of #648188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648188

Black with #648188

Text Example


Text Example

White with #648188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648188; }

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

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

background-color css

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

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

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

border-color css

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

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

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