Html Css Color HEX #647088 Waikawa Grey

📋 copy color: '#647088'

red 100 ◦ green 112 ◦ blue 136

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

Shades of Waikawa Grey #647088

Tints of Waikawa Grey #647088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 28.74%
G = 32.18%
B = 39.08%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#647088 (or 0x647088) is known color: Waikawa Grey. HEX triplet: 64, 70 and 88. RGB value is (100,112,136). Sum of RGB (Red+Green+Blue) = 100+112+136=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #647088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647088 is #9B8F77. Grayscale: #6F6F6F. Windows color (decimal): -10194808 or 8941668. OLE color: 8941668.

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

Color convert

RGB 100 112 136 -
CMYK 0.26 0.18 0 0.47
HSL 220º 0.15% 0.46% -
HSV(B) 220º 0.26% 0.53% -
XYZ 15.49 16.08 25.58 -
YUV 111.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 100 112 136 0.26 0.18 0 0.47 220 0.15 0.46
Hex 64 70 88 1A 12 0 2F DC F 2E
Octal 144 160 210 32 22 0 57 334 17 56
Binary 1100100 1110000 10001000 11010 10010 0 101111 11011100 1111 101110

Color Harmonies of #647088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647088

Black with #647088

Text Example


Text Example

White with #647088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647088; }

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

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

background-color css

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

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

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

border-color css

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

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

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