Html Css Color HEX #647AA1 Waikawa Grey

📋 copy color: '#647AA1'

red 100 ◦ green 122 ◦ blue 161

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

Shades of Waikawa Grey #647AA1

Tints of Waikawa Grey #647AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 26.11%
G = 31.85%
B = 42.04%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#647AA1 (or 0x647AA1) is known color: Waikawa Grey. HEX triplet: 64, 7A and A1. RGB value is (100,122,161). Sum of RGB (Red+Green+Blue) = 100+122+161=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #647AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647AA1 is #9B855E. Grayscale: #777777. Windows color (decimal): -10192223 or 10582628. OLE color: 10582628.

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

Color convert

RGB 100 122 161 -
CMYK 0.38 0.24 0 0.37
HSL 218.36º 0.24% 0.51% -
HSV(B) 218.36º 0.38% 0.63% -
XYZ 18.65 19.2 36.44 -
YUV 119.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 100 122 161 0.38 0.24 0 0.37 218.36 0.24 0.51
Hex 64 7A A1 26 18 0 25 DA 18 33
Octal 144 172 241 46 30 0 45 332 30 63
Binary 1100100 1111010 10100001 100110 11000 0 100101 11011010 11000 110011

Color Harmonies of #647AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647AA1

Black with #647AA1

Text Example


Text Example

White with #647AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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