Html Css Color HEX #646998 Waikawa Grey

📋 copy color: '#646998'

red 100 ◦ green 105 ◦ blue 152

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

Shades of Waikawa Grey #646998

Tints of Waikawa Grey #646998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 28.01%
G = 29.41%
B = 42.58%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#646998 (or 0x646998) is known color: Waikawa Grey. HEX triplet: 64, 69 and 98. RGB value is (100,105,152). Sum of RGB (Red+Green+Blue) = 100+105+152=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #646998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646998 is #9B9667. Grayscale: #6C6C6C. Windows color (decimal): -10196584 or 9988452. OLE color: 9988452.

HSL color Cylindrical-coordinate representation of color #646998: hue angle of 234.23º 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 #646998 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 105 152 -
CMYK 0.34 0.31 0 0.40
HSL 234.23º 0.21% 0.49% -
HSV(B) 234.23º 0.34% 0.6% -
XYZ 15.97 15.08 31.77 -
YUV 108.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 100 105 152 0.34 0.31 0 0.40 234.23 0.21 0.49
Hex 64 69 98 22 1F 0 28 EA 15 31
Octal 144 151 230 42 37 0 50 352 25 61
Binary 1100100 1101001 10011000 100010 11111 0 101000 11101010 10101 110001

Color Harmonies of #646998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646998

Black with #646998

Text Example


Text Example

White with #646998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646998; }

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

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

background-color css

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

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

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

border-color css

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

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

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