Html Css Color HEX #646D8C Waikawa Grey

📋 copy color: '#646D8C'

red 100 ◦ green 109 ◦ blue 140

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

Shades of Waikawa Grey #646D8C

Tints of Waikawa Grey #646D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 28.65%
G = 31.23%
B = 40.11%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#646D8C (or 0x646D8C) is known color: Waikawa Grey. HEX triplet: 64, 6D and 8C. RGB value is (100,109,140). Sum of RGB (Red+Green+Blue) = 100+109+140=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #646D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D8C is #9B9273. Grayscale: #6D6D6D. Windows color (decimal): -10195572 or 9203044. OLE color: 9203044.

HSL color Cylindrical-coordinate representation of color #646D8C: hue angle of 226.5º 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 #646D8C is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 109 140 -
CMYK 0.29 0.22 0 0.45
HSL 226.5º 0.17% 0.47% -
HSV(B) 226.5º 0.29% 0.55% -
XYZ 15.46 15.54 27 -
YUV 109.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 100 109 140 0.29 0.22 0 0.45 226.5 0.17 0.47
Hex 64 6D 8C 1D 16 0 2D E2 11 2F
Octal 144 155 214 35 26 0 55 342 21 57
Binary 1100100 1101101 10001100 11101 10110 0 101101 11100010 10001 101111

Color Harmonies of #646D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D8C

Black with #646D8C

Text Example


Text Example

White with #646D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,140); }

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

background-color css

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

 a { background-color: rgb(100,109,140); }

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

border-color css

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

 span { border-color: rgb(100,109,140); }

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