Html Css Color HEX #64698B Waikawa Grey

📋 copy color: '#64698B'

red 100 ◦ green 105 ◦ blue 139

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

Shades of Waikawa Grey #64698B

Tints of Waikawa Grey #64698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 29.07%
G = 30.52%
B = 40.41%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64698B (or 0x64698B) is known color: Waikawa Grey. HEX triplet: 64, 69 and 8B. RGB value is (100,105,139). Sum of RGB (Red+Green+Blue) = 100+105+139=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #64698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64698B is #9B9674. Grayscale: #6B6B6B. Windows color (decimal): -10196597 or 9136484. OLE color: 9136484.

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

Color convert

RGB 100 105 139 -
CMYK 0.28 0.24 0 0.45
HSL 232.31º 0.16% 0.47% -
HSV(B) 232.31º 0.28% 0.55% -
XYZ 14.97 14.68 26.47 -
YUV 107.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 100 105 139 0.28 0.24 0 0.45 232.31 0.16 0.47
Hex 64 69 8B 1C 18 0 2D E8 10 2F
Octal 144 151 213 34 30 0 55 350 20 57
Binary 1100100 1101001 10001011 11100 11000 0 101101 11101000 10000 101111

Color Harmonies of #64698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64698B

Black with #64698B

Text Example


Text Example

White with #64698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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