Html Css Color HEX #647AA3 Waikawa Grey

📋 copy color: '#647AA3'

red 100 ◦ green 122 ◦ blue 163

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

Shades of Waikawa Grey #647AA3

Tints of Waikawa Grey #647AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 25.97%
G = 31.69%
B = 42.34%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#647AA3 (or 0x647AA3) is known color: Waikawa Grey. HEX triplet: 64, 7A and A3. RGB value is (100,122,163). Sum of RGB (Red+Green+Blue) = 100+122+163=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #647AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647AA3 is #9B855C. Grayscale: #777777. Windows color (decimal): -10192221 or 10713700. OLE color: 10713700.

HSL color Cylindrical-coordinate representation of color #647AA3: hue angle of 219.05º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #647AA3 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 122 163 -
CMYK 0.39 0.25 0 0.36
HSL 219.05º 0.26% 0.52% -
HSV(B) 219.05º 0.39% 0.64% -
XYZ 18.83 19.27 37.38 -
YUV 120.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 100 122 163 0.39 0.25 0 0.36 219.05 0.26 0.52
Hex 64 7A A3 27 19 0 24 DB 1A 34
Octal 144 172 243 47 31 0 44 333 32 64
Binary 1100100 1111010 10100011 100111 11001 0 100100 11011011 11010 110100

Color Harmonies of #647AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647AA3

Black with #647AA3

Text Example


Text Example

White with #647AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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