Html Css Color HEX #646F8B Waikawa Grey

📋 copy color: '#646F8B'

red 100 ◦ green 111 ◦ blue 139

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

Shades of Waikawa Grey #646F8B

Tints of Waikawa Grey #646F8B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 28.57%
G = 31.71%
B = 39.71%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#646F8B (or 0x646F8B) is known color: Waikawa Grey. HEX triplet: 64, 6F and 8B. RGB value is (100,111,139). Sum of RGB (Red+Green+Blue) = 100+111+139=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #646F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F8B is #9B9074. Grayscale: #6E6E6E. Windows color (decimal): -10195061 or 9138020. OLE color: 9138020.

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

Color convert

RGB 100 111 139 -
CMYK 0.28 0.20 0 0.45
HSL 223.08º 0.16% 0.47% -
HSV(B) 223.08º 0.28% 0.55% -
XYZ 15.6 15.94 26.68 -
YUV 110.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 100 111 139 0.28 0.20 0 0.45 223.08 0.16 0.47
Hex 64 6F 8B 1C 14 0 2D DF 10 2F
Octal 144 157 213 34 24 0 55 337 20 57
Binary 1100100 1101111 10001011 11100 10100 0 101101 11011111 10000 101111

Color Harmonies of #646F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646F8B

Black with #646F8B

Text Example


Text Example

White with #646F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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