Html Css Color HEX #647BA2 Waikawa Grey

📋 copy color: '#647BA2'

red 100 ◦ green 123 ◦ blue 162

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

Shades of Waikawa Grey #647BA2

Tints of Waikawa Grey #647BA2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 25.97%
G = 31.95%
B = 42.08%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#647BA2 (or 0x647BA2) is known color: Waikawa Grey. HEX triplet: 64, 7B and A2. RGB value is (100,123,162). Sum of RGB (Red+Green+Blue) = 100+123+162=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #647BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BA2 is #9B845D. Grayscale: #787878. Windows color (decimal): -10191966 or 10648420. OLE color: 10648420.

HSL color Cylindrical-coordinate representation of color #647BA2: hue angle of 217.74º 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 #647BA2 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 123 162 -
CMYK 0.38 0.24 0 0.36
HSL 217.74º 0.25% 0.51% -
HSV(B) 217.74º 0.38% 0.64% -
XYZ 18.86 19.48 36.95 -
YUV 120.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 100 123 162 0.38 0.24 0 0.36 217.74 0.25 0.51
Hex 64 7B A2 26 18 0 24 DA 19 33
Octal 144 173 242 46 30 0 44 332 31 63
Binary 1100100 1111011 10100010 100110 11000 0 100100 11011010 11001 110011

Color Harmonies of #647BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BA2

Black with #647BA2

Text Example


Text Example

White with #647BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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