Html Css Color HEX #647298 Waikawa Grey

📋 copy color: '#647298'

red 100 ◦ green 114 ◦ blue 152

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

Shades of Waikawa Grey #647298

Tints of Waikawa Grey #647298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 27.32%
G = 31.15%
B = 41.53%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#647298 (or 0x647298) is known color: Waikawa Grey. HEX triplet: 64, 72 and 98. RGB value is (100,114,152). Sum of RGB (Red+Green+Blue) = 100+114+152=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #647298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647298 is #9B8D67. Grayscale: #717171. Windows color (decimal): -10194280 or 9990756. OLE color: 9990756.

HSL color Cylindrical-coordinate representation of color #647298: hue angle of 223.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647298 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 114 152 -
CMYK 0.34 0.25 0 0.40
HSL 223.85º 0.21% 0.49% -
HSV(B) 223.85º 0.34% 0.6% -
XYZ 16.94 17.01 32.1 -
YUV 114.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 100 114 152 0.34 0.25 0 0.40 223.85 0.21 0.49
Hex 64 72 98 22 19 0 28 E0 15 31
Octal 144 162 230 42 31 0 50 340 25 61
Binary 1100100 1110010 10011000 100010 11001 0 101000 11100000 10101 110001

Color Harmonies of #647298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647298

Black with #647298

Text Example


Text Example

White with #647298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647298; }

 p { color: rgb(100,114,152); }

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

background-color css

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

 a { background-color: rgb(100,114,152); }

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

border-color css

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

 span { border-color: rgb(100,114,152); }

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