Html Css Color HEX #64698A Waikawa Grey

📋 copy color: '#64698A'

red 100 ◦ green 105 ◦ blue 138

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

Shades of Waikawa Grey #64698A

Tints of Waikawa Grey #64698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 29.15%
G = 30.61%
B = 40.23%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64698A (or 0x64698A) is known color: Waikawa Grey. HEX triplet: 64, 69 and 8A. RGB value is (100,105,138). Sum of RGB (Red+Green+Blue) = 100+105+138=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #64698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64698A is #9B9675. Grayscale: #6B6B6B. Windows color (decimal): -10196598 or 9070948. OLE color: 9070948.

HSL color Cylindrical-coordinate representation of color #64698A: hue angle of 232.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64698A is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 105 138 -
CMYK 0.28 0.24 0 0.46
HSL 232.11º 0.16% 0.47% -
HSV(B) 232.11º 0.28% 0.54% -
XYZ 14.89 14.65 26.09 -
YUV 107.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 100 105 138 0.28 0.24 0 0.46 232.11 0.16 0.47
Hex 64 69 8A 1C 18 0 2E E8 10 2F
Octal 144 151 212 34 30 0 56 350 20 57
Binary 1100100 1101001 10001010 11100 11000 0 101110 11101000 10000 101111

Color Harmonies of #64698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64698A

Black with #64698A

Text Example


Text Example

White with #64698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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