Html Css Color HEX #646A9B Waikawa Grey

📋 copy color: '#646A9B'

red 100 ◦ green 106 ◦ blue 155

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

Shades of Waikawa Grey #646A9B

Tints of Waikawa Grey #646A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 27.7%
G = 29.36%
B = 42.94%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#646A9B (or 0x646A9B) is known color: Waikawa Grey. HEX triplet: 64, 6A and 9B. RGB value is (100,106,155). Sum of RGB (Red+Green+Blue) = 100+106+155=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #646A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A9B is #9B9564. Grayscale: #6D6D6D. Windows color (decimal): -10196325 or 10185316. OLE color: 10185316.

HSL color Cylindrical-coordinate representation of color #646A9B: hue angle of 233.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646A9B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 106 155 -
CMYK 0.35 0.32 0 0.39
HSL 233.45º 0.22% 0.5% -
HSV(B) 233.45º 0.35% 0.61% -
XYZ 16.33 15.38 33.12 -
YUV 109.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 100 106 155 0.35 0.32 0 0.39 233.45 0.22 0.5
Hex 64 6A 9B 23 20 0 27 E9 16 32
Octal 144 152 233 43 40 0 47 351 26 62
Binary 1100100 1101010 10011011 100011 100000 0 100111 11101001 10110 110010

Color Harmonies of #646A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A9B

Black with #646A9B

Text Example


Text Example

White with #646A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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