Html Css Color HEX #647A9B Waikawa Grey

📋 copy color: '#647A9B'

red 100 ◦ green 122 ◦ blue 155

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

Shades of Waikawa Grey #647A9B

Tints of Waikawa Grey #647A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 26.53%
G = 32.36%
B = 41.11%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#647A9B (or 0x647A9B) is known color: Waikawa Grey. HEX triplet: 64, 7A and 9B. RGB value is (100,122,155). Sum of RGB (Red+Green+Blue) = 100+122+155=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #647A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A9B is #9B8564. Grayscale: #777777. Windows color (decimal): -10192229 or 10189412. OLE color: 10189412.

HSL color Cylindrical-coordinate representation of color #647A9B: hue angle of 216º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647A9B is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 122 155 -
CMYK 0.35 0.21 0 0.39
HSL 216º 0.22% 0.5% -
HSV(B) 216º 0.35% 0.61% -
XYZ 18.13 18.99 33.72 -
YUV 119.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 100 122 155 0.35 0.21 0 0.39 216 0.22 0.5
Hex 64 7A 9B 23 15 0 27 D8 16 32
Octal 144 172 233 43 25 0 47 330 26 62
Binary 1100100 1111010 10011011 100011 10101 0 100111 11011000 10110 110010

Color Harmonies of #647A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A9B

Black with #647A9B

Text Example


Text Example

White with #647A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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