Html Css Color HEX #647C88 Hoki

📋 copy color: '#647C88'

red 100 ◦ green 124 ◦ blue 136

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

Shades of Hoki #647C88

Tints of Hoki #647C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

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

R = 27.78%
G = 34.44%
B = 37.78%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#647C88 (or 0x647C88) is known color: Hoki. HEX triplet: 64, 7C and 88. RGB value is (100,124,136). Sum of RGB (Red+Green+Blue) = 100+124+136=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #647C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C88 is #9B8377. Grayscale: #767676. Windows color (decimal): -10191736 or 8944740. OLE color: 8944740.

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

Color convert

RGB 100 124 136 -
CMYK 0.26 0.09 0 0.47
HSL 200º 0.15% 0.46% -
HSV(B) 200º 0.26% 0.53% -
XYZ 16.91 18.9 26.05 -
YUV 118.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 100 124 136 0.26 0.09 0 0.47 200 0.15 0.46
Hex 64 7C 88 1A 9 0 2F C8 F 2E
Octal 144 174 210 32 11 0 57 310 17 56
Binary 1100100 1111100 10001000 11010 1001 0 101111 11001000 1111 101110

Color Harmonies of #647C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C88

Black with #647C88

Text Example


Text Example

White with #647C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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