Html Css Color HEX #646E8C Waikawa Grey

📋 copy color: '#646E8C'

red 100 ◦ green 110 ◦ blue 140

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

Shades of Waikawa Grey #646E8C

Tints of Waikawa Grey #646E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 28.57%
G = 31.43%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#646E8C (or 0x646E8C) is known color: Waikawa Grey. HEX triplet: 64, 6E and 8C. RGB value is (100,110,140). Sum of RGB (Red+Green+Blue) = 100+110+140=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #646E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E8C is #9B9173. Grayscale: #6E6E6E. Windows color (decimal): -10195316 or 9203300. OLE color: 9203300.

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

Color convert

RGB 100 110 140 -
CMYK 0.29 0.21 0 0.45
HSL 225º 0.17% 0.47% -
HSV(B) 225º 0.29% 0.55% -
XYZ 15.57 15.75 27.03 -
YUV 110.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 100 110 140 0.29 0.21 0 0.45 225 0.17 0.47
Hex 64 6E 8C 1D 15 0 2D E1 11 2F
Octal 144 156 214 35 25 0 55 341 21 57
Binary 1100100 1101110 10001100 11101 10101 0 101101 11100001 10001 101111

Color Harmonies of #646E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E8C

Black with #646E8C

Text Example


Text Example

White with #646E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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