Html Css Color HEX #647A85 Hoki

📋 copy color: '#647A85'

red 100 ◦ green 122 ◦ blue 133

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

Shades of Hoki #647A85

Tints of Hoki #647A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 28.17%
G = 34.37%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647A85 (or 0x647A85) is known color: Hoki. HEX triplet: 64, 7A and 85. RGB value is (100,122,133). Sum of RGB (Red+Green+Blue) = 100+122+133=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #647A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A85 is #9B857A. Grayscale: #747474. Windows color (decimal): -10192251 or 8747620. OLE color: 8747620.

HSL color Cylindrical-coordinate representation of color #647A85: hue angle of 200º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647A85 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 122 133 -
CMYK 0.25 0.08 0 0.48
HSL 200º 0.14% 0.46% -
HSV(B) 200º 0.25% 0.52% -
XYZ 16.45 18.32 24.86 -
YUV 116.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 100 122 133 0.25 0.08 0 0.48 200 0.14 0.46
Hex 64 7A 85 19 8 0 30 C8 E 2E
Octal 144 172 205 31 10 0 60 310 16 56
Binary 1100100 1111010 10000101 11001 1000 0 110000 11001000 1110 101110

Color Harmonies of #647A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A85

Black with #647A85

Text Example


Text Example

White with #647A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,122,133); }

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

background-color css

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

 a { background-color: rgb(100,122,133); }

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

border-color css

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

 span { border-color: rgb(100,122,133); }

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