Html Css Color HEX #646F99 Waikawa Grey

📋 copy color: '#646F99'

red 100 ◦ green 111 ◦ blue 153

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

Shades of Waikawa Grey #646F99

Tints of Waikawa Grey #646F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 27.47%
G = 30.49%
B = 42.03%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#646F99 (or 0x646F99) is known color: Waikawa Grey. HEX triplet: 64, 6F and 99. RGB value is (100,111,153). Sum of RGB (Red+Green+Blue) = 100+111+153=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #646F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F99 is #9B9066. Grayscale: #707070. Windows color (decimal): -10195047 or 10055524. OLE color: 10055524.

HSL color Cylindrical-coordinate representation of color #646F99: hue angle of 227.55º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646F99 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 111 153 -
CMYK 0.35 0.27 0 0.4
HSL 227.55º 0.21% 0.5% -
HSV(B) 227.55º 0.35% 0.6% -
XYZ 16.69 16.38 32.42 -
YUV 112.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 100 111 153 0.35 0.27 0 0.4 227.55 0.21 0.5
Hex 64 6F 99 23 1B 0 28 E4 15 32
Octal 144 157 231 43 33 0 50 344 25 62
Binary 1100100 1101111 10011001 100011 11011 0 101000 11100100 10101 110010

Color Harmonies of #646F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646F99

Black with #646F99

Text Example


Text Example

White with #646F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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