Html Css Color HEX #646A8D Waikawa Grey

📋 copy color: '#646A8D'

red 100 ◦ green 106 ◦ blue 141

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

Shades of Waikawa Grey #646A8D

Tints of Waikawa Grey #646A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 28.82%
G = 30.55%
B = 40.63%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#646A8D (or 0x646A8D) is known color: Waikawa Grey. HEX triplet: 64, 6A and 8D. RGB value is (100,106,141). Sum of RGB (Red+Green+Blue) = 100+106+141=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #646A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A8D is #9B9572. Grayscale: #6C6C6C. Windows color (decimal): -10196339 or 9267812. OLE color: 9267812.

HSL color Cylindrical-coordinate representation of color #646A8D: hue angle of 231.22º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #646A8D is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 106 141 -
CMYK 0.29 0.25 0 0.45
HSL 231.22º 0.17% 0.47% -
HSV(B) 231.22º 0.29% 0.55% -
XYZ 15.22 14.94 27.28 -
YUV 108.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 100 106 141 0.29 0.25 0 0.45 231.22 0.17 0.47
Hex 64 6A 8D 1D 19 0 2D E7 11 2F
Octal 144 152 215 35 31 0 55 347 21 57
Binary 1100100 1101010 10001101 11101 11001 0 101101 11100111 10001 101111

Color Harmonies of #646A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A8D

Black with #646A8D

Text Example


Text Example

White with #646A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A8D; }

 p { color: rgb(100,106,141); }

 H1.HeaderClassName
 {
   color: #646A8D;
 }
 .AnyTagClassName
 {
   color: #646A8D;
 }
</style>

background-color css

<style>
 a { background-color: #646A8D; }

 a { background-color: rgb(100,106,141); }

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

border-color css

<style>
 span { border-color: #646A8D; }

 span { border-color: rgb(100,106,141); }

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