Html Css Color HEX #646A8B Waikawa Grey

📋 copy color: '#646A8B'

red 100 ◦ green 106 ◦ blue 139

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

Shades of Waikawa Grey #646A8B

Tints of Waikawa Grey #646A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 28.99%
G = 30.72%
B = 40.29%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#646A8B (or 0x646A8B) is known color: Waikawa Grey. HEX triplet: 64, 6A and 8B. RGB value is (100,106,139). Sum of RGB (Red+Green+Blue) = 100+106+139=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #646A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A8B is #9B9574. Grayscale: #6B6B6B. Windows color (decimal): -10196341 or 9136740. OLE color: 9136740.

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

Color convert

RGB 100 106 139 -
CMYK 0.28 0.24 0 0.45
HSL 230.77º 0.16% 0.47% -
HSV(B) 230.77º 0.28% 0.55% -
XYZ 15.07 14.88 26.5 -
YUV 107.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 100 106 139 0.28 0.24 0 0.45 230.77 0.16 0.47
Hex 64 6A 8B 1C 18 0 2D E7 10 2F
Octal 144 152 213 34 30 0 55 347 20 57
Binary 1100100 1101010 10001011 11100 11000 0 101101 11100111 10000 101111

Color Harmonies of #646A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A8B

Black with #646A8B

Text Example


Text Example

White with #646A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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