Html Css Color HEX #646A8A Waikawa Grey

📋 copy color: '#646A8A'

red 100 ◦ green 106 ◦ blue 138

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

Shades of Waikawa Grey #646A8A

Tints of Waikawa Grey #646A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 29.07%
G = 30.81%
B = 40.12%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#646A8A (or 0x646A8A) is known color: Waikawa Grey. HEX triplet: 64, 6A and 8A. RGB value is (100,106,138). Sum of RGB (Red+Green+Blue) = 100+106+138=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #646A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A8A is #9B9575. Grayscale: #6B6B6B. Windows color (decimal): -10196342 or 9071204. OLE color: 9071204.

HSL color Cylindrical-coordinate representation of color #646A8A: hue angle of 230.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646A8A is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 106 138 -
CMYK 0.28 0.23 0 0.46
HSL 230.53º 0.16% 0.47% -
HSV(B) 230.53º 0.28% 0.54% -
XYZ 15 14.85 26.12 -
YUV 107.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 100 106 138 0.28 0.23 0 0.46 230.53 0.16 0.47
Hex 64 6A 8A 1C 17 0 2E E7 10 2F
Octal 144 152 212 34 27 0 56 347 20 57
Binary 1100100 1101010 10001010 11100 10111 0 101110 11100111 10000 101111

Color Harmonies of #646A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A8A

Black with #646A8A

Text Example


Text Example

White with #646A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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