Html Css Color HEX #657695 Waikawa Grey

📋 copy color: '#657695'

red 101 ◦ green 118 ◦ blue 149

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

Shades of Waikawa Grey #657695

Tints of Waikawa Grey #657695

RGB

 RED value IS 101 (39.84% from 255) = 27.45%

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 27.45%
G = 32.07%
B = 40.49%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657695 (or 0x657695) is known color: Waikawa Grey. HEX triplet: 65, 76 and 95. RGB value is (101,118,149). Sum of RGB (Red+Green+Blue) = 101+118+149=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #657695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657695 is #9A896A. Grayscale: #747474. Windows color (decimal): -10127723 or 9795173. OLE color: 9795173.

HSL color Cylindrical-coordinate representation of color #657695: hue angle of 218.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657695 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 118 149 -
CMYK 0.32 0.21 0 0.42
HSL 218.75º 0.19% 0.49% -
HSV(B) 218.75º 0.32% 0.58% -
XYZ 17.27 17.89 30.98 -
YUV 116.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 101 118 149 0.32 0.21 0 0.42 218.75 0.19 0.49
Hex 65 76 95 20 15 0 2A DB 13 31
Octal 145 166 225 40 25 0 52 333 23 61
Binary 1100101 1110110 10010101 100000 10101 0 101010 11011011 10011 110001

Color Harmonies of #657695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657695

Black with #657695

Text Example


Text Example

White with #657695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657695; }

 p { color: rgb(101,118,149); }

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

background-color css

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

 a { background-color: rgb(101,118,149); }

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

border-color css

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

 span { border-color: rgb(101,118,149); }

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