Html Css Color HEX #646C88 Waikawa Grey

📋 copy color: '#646C88'

red 100 ◦ green 108 ◦ blue 136

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

Shades of Waikawa Grey #646C88

Tints of Waikawa Grey #646C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

 BLUE value IS 136 (53.52% from 255) = 39.53%

R = 29.07%
G = 31.4%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646C88 (or 0x646C88) is known color: Waikawa Grey. HEX triplet: 64, 6C and 88. RGB value is (100,108,136). Sum of RGB (Red+Green+Blue) = 100+108+136=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #646C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C88 is #9B9377. Grayscale: #6C6C6C. Windows color (decimal): -10195832 or 8940644. OLE color: 8940644.

HSL color Cylindrical-coordinate representation of color #646C88: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646C88 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 108 136 -
CMYK 0.26 0.21 0 0.47
HSL 226.67º 0.15% 0.46% -
HSV(B) 226.67º 0.26% 0.53% -
XYZ 15.06 15.21 25.43 -
YUV 108.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 100 108 136 0.26 0.21 0 0.47 226.67 0.15 0.46
Hex 64 6C 88 1A 15 0 2F E3 F 2E
Octal 144 154 210 32 25 0 57 343 17 56
Binary 1100100 1101100 10001000 11010 10101 0 101111 11100011 1111 101110

Color Harmonies of #646C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C88

Black with #646C88

Text Example


Text Example

White with #646C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,108,136); }

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

background-color css

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

 a { background-color: rgb(100,108,136); }

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

border-color css

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

 span { border-color: rgb(100,108,136); }

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