Html Css Color HEX #647CA2 Waikawa Grey

📋 copy color: '#647CA2'

red 100 ◦ green 124 ◦ blue 162

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

Shades of Waikawa Grey #647CA2

Tints of Waikawa Grey #647CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 25.91%
G = 32.12%
B = 41.97%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#647CA2 (or 0x647CA2) is known color: Waikawa Grey. HEX triplet: 64, 7C and A2. RGB value is (100,124,162). Sum of RGB (Red+Green+Blue) = 100+124+162=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #647CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647CA2 is #9B835D. Grayscale: #787878. Windows color (decimal): -10191710 or 10648676. OLE color: 10648676.

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

Color convert

RGB 100 124 162 -
CMYK 0.38 0.23 0 0.36
HSL 216.77º 0.25% 0.51% -
HSV(B) 216.77º 0.38% 0.64% -
XYZ 18.98 19.73 36.99 -
YUV 121.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 100 124 162 0.38 0.23 0 0.36 216.77 0.25 0.51
Hex 64 7C A2 26 17 0 24 D9 19 33
Octal 144 174 242 46 27 0 44 331 31 63
Binary 1100100 1111100 10100010 100110 10111 0 100100 11011001 11001 110011

Color Harmonies of #647CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CA2

Black with #647CA2

Text Example


Text Example

White with #647CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,124,162); }

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

background-color css

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

 a { background-color: rgb(100,124,162); }

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

border-color css

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

 span { border-color: rgb(100,124,162); }

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