Html Css Color HEX #647690 Waikawa Grey

📋 copy color: '#647690'

red 100 ◦ green 118 ◦ blue 144

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

Shades of Waikawa Grey #647690

Tints of Waikawa Grey #647690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 27.62%
G = 32.6%
B = 39.78%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#647690 (or 0x647690) is known color: Waikawa Grey. HEX triplet: 64, 76 and 90. RGB value is (100,118,144). Sum of RGB (Red+Green+Blue) = 100+118+144=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #647690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647690 is #9B896F. Grayscale: #737373. Windows color (decimal): -10193264 or 9467492. OLE color: 9467492.

HSL color Cylindrical-coordinate representation of color #647690: hue angle of 215.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647690 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 118 144 -
CMYK 0.31 0.18 0 0.44
HSL 215.45º 0.18% 0.48% -
HSV(B) 215.45º 0.31% 0.56% -
XYZ 16.77 17.68 28.91 -
YUV 115.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 100 118 144 0.31 0.18 0 0.44 215.45 0.18 0.48
Hex 64 76 90 1F 12 0 2C D7 12 30
Octal 144 166 220 37 22 0 54 327 22 60
Binary 1100100 1110110 10010000 11111 10010 0 101100 11010111 10010 110000

Color Harmonies of #647690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647690

Black with #647690

Text Example


Text Example

White with #647690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647690; }

 p { color: rgb(100,118,144); }

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

background-color css

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

 a { background-color: rgb(100,118,144); }

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

border-color css

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

 span { border-color: rgb(100,118,144); }

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