Html Css Color HEX #64698D Waikawa Grey

📋 copy color: '#64698D'

red 100 ◦ green 105 ◦ blue 141

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

Shades of Waikawa Grey #64698D

Tints of Waikawa Grey #64698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 28.9%
G = 30.35%
B = 40.75%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64698D (or 0x64698D) is known color: Waikawa Grey. HEX triplet: 64, 69 and 8D. RGB value is (100,105,141). Sum of RGB (Red+Green+Blue) = 100+105+141=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #64698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64698D is #9B9672. Grayscale: #6B6B6B. Windows color (decimal): -10196595 or 9267556. OLE color: 9267556.

HSL color Cylindrical-coordinate representation of color #64698D: hue angle of 232.68º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64698D is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 105 141 -
CMYK 0.29 0.26 0 0.45
HSL 232.68º 0.17% 0.47% -
HSV(B) 232.68º 0.29% 0.55% -
XYZ 15.11 14.74 27.25 -
YUV 107.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 100 105 141 0.29 0.26 0 0.45 232.68 0.17 0.47
Hex 64 69 8D 1D 1A 0 2D E9 11 2F
Octal 144 151 215 35 32 0 55 351 21 57
Binary 1100100 1101001 10001101 11101 11010 0 101101 11101001 10001 101111

Color Harmonies of #64698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64698D

Black with #64698D

Text Example


Text Example

White with #64698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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