Html Css Color HEX #647A9F Waikawa Grey

📋 copy color: '#647A9F'

red 100 ◦ green 122 ◦ blue 159

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

Shades of Waikawa Grey #647A9F

Tints of Waikawa Grey #647A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 26.25%
G = 32.02%
B = 41.73%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#647A9F (or 0x647A9F) is known color: Waikawa Grey. HEX triplet: 64, 7A and 9F. RGB value is (100,122,159). Sum of RGB (Red+Green+Blue) = 100+122+159=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #647A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A9F is #9B8560. Grayscale: #777777. Windows color (decimal): -10192225 or 10451556. OLE color: 10451556.

HSL color Cylindrical-coordinate representation of color #647A9F: hue angle of 217.63º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #647A9F is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 122 159 -
CMYK 0.37 0.23 0 0.38
HSL 217.63º 0.24% 0.51% -
HSV(B) 217.63º 0.37% 0.62% -
XYZ 18.47 19.13 35.52 -
YUV 119.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 100 122 159 0.37 0.23 0 0.38 217.63 0.24 0.51
Hex 64 7A 9F 25 17 0 26 DA 18 33
Octal 144 172 237 45 27 0 46 332 30 63
Binary 1100100 1111010 10011111 100101 10111 0 100110 11011010 11000 110011

Color Harmonies of #647A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A9F

Black with #647A9F

Text Example


Text Example

White with #647A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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