Html Css Color HEX #646F9E Waikawa Grey

📋 copy color: '#646F9E'

red 100 ◦ green 111 ◦ blue 158

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

Shades of Waikawa Grey #646F9E

Tints of Waikawa Grey #646F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 27.1%
G = 30.08%
B = 42.82%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#646F9E (or 0x646F9E) is known color: Waikawa Grey. HEX triplet: 64, 6F and 9E. RGB value is (100,111,158). Sum of RGB (Red+Green+Blue) = 100+111+158=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #646F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F9E is #9B9061. Grayscale: #707070. Windows color (decimal): -10195042 or 10383204. OLE color: 10383204.

HSL color Cylindrical-coordinate representation of color #646F9E: hue angle of 228.62º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646F9E is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 111 158 -
CMYK 0.37 0.30 0 0.38
HSL 228.62º 0.23% 0.51% -
HSV(B) 228.62º 0.37% 0.62% -
XYZ 17.11 16.55 34.64 -
YUV 113.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 100 111 158 0.37 0.30 0 0.38 228.62 0.23 0.51
Hex 64 6F 9E 25 1E 0 26 E5 17 33
Octal 144 157 236 45 36 0 46 345 27 63
Binary 1100100 1101111 10011110 100101 11110 0 100110 11100101 10111 110011

Color Harmonies of #646F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646F9E

Black with #646F9E

Text Example


Text Example

White with #646F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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