Html Css Color HEX #646D88 Waikawa Grey

📋 copy color: '#646D88'

red 100 ◦ green 109 ◦ blue 136

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

Shades of Waikawa Grey #646D88

Tints of Waikawa Grey #646D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

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

R = 28.99%
G = 31.59%
B = 39.42%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646D88 (or 0x646D88) is known color: Waikawa Grey. HEX triplet: 64, 6D and 88. RGB value is (100,109,136). Sum of RGB (Red+Green+Blue) = 100+109+136=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #646D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D88 is #9B9277. Grayscale: #6D6D6D. Windows color (decimal): -10195576 or 8940900. OLE color: 8940900.

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

Color convert

RGB 100 109 136 -
CMYK 0.26 0.20 0 0.47
HSL 225º 0.15% 0.46% -
HSV(B) 225º 0.26% 0.53% -
XYZ 15.17 15.42 25.47 -
YUV 109.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 100 109 136 0.26 0.20 0 0.47 225 0.15 0.46
Hex 64 6D 88 1A 14 0 2F E1 F 2E
Octal 144 155 210 32 24 0 57 341 17 56
Binary 1100100 1101101 10001000 11010 10100 0 101111 11100001 1111 101110

Color Harmonies of #646D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D88

Black with #646D88

Text Example


Text Example

White with #646D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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