Html Css Color HEX #64699A Waikawa Grey

📋 copy color: '#64699A'

red 100 ◦ green 105 ◦ blue 154

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

Shades of Waikawa Grey #64699A

Tints of Waikawa Grey #64699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 27.86%
G = 29.25%
B = 42.9%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64699A (or 0x64699A) is known color: Waikawa Grey. HEX triplet: 64, 69 and 9A. RGB value is (100,105,154). Sum of RGB (Red+Green+Blue) = 100+105+154=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #64699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64699A is #9B9665. Grayscale: #6C6C6C. Windows color (decimal): -10196582 or 10119524. OLE color: 10119524.

HSL color Cylindrical-coordinate representation of color #64699A: hue angle of 234.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64699A is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 105 154 -
CMYK 0.35 0.32 0 0.40
HSL 234.44º 0.21% 0.5% -
HSV(B) 234.44º 0.35% 0.6% -
XYZ 16.14 15.15 32.64 -
YUV 109.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 100 105 154 0.35 0.32 0 0.40 234.44 0.21 0.5
Hex 64 69 9A 23 20 0 28 EA 15 32
Octal 144 151 232 43 40 0 50 352 25 62
Binary 1100100 1101001 10011010 100011 100000 0 101000 11101010 10101 110010

Color Harmonies of #64699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64699A

Black with #64699A

Text Example


Text Example

White with #64699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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