Html Css Color HEX #657795 Waikawa Grey

📋 copy color: '#657795'

red 101 ◦ green 119 ◦ blue 149

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

Shades of Waikawa Grey #657795

Tints of Waikawa Grey #657795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 27.37%
G = 32.25%
B = 40.38%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657795 (or 0x657795) is known color: Waikawa Grey. HEX triplet: 65, 77 and 95. RGB value is (101,119,149). Sum of RGB (Red+Green+Blue) = 101+119+149=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #657795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657795 is #9A886A. Grayscale: #747474. Windows color (decimal): -10127467 or 9795429. OLE color: 9795429.

HSL color Cylindrical-coordinate representation of color #657795: hue angle of 217.5º 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 #657795 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 119 149 -
CMYK 0.32 0.20 0 0.42
HSL 217.5º 0.19% 0.49% -
HSV(B) 217.5º 0.32% 0.58% -
XYZ 17.39 18.13 31.02 -
YUV 117.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 101 119 149 0.32 0.20 0 0.42 217.5 0.19 0.49
Hex 65 77 95 20 14 0 2A DA 13 31
Octal 145 167 225 40 24 0 52 332 23 61
Binary 1100101 1110111 10010101 100000 10100 0 101010 11011010 10011 110001

Color Harmonies of #657795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657795

Black with #657795

Text Example


Text Example

White with #657795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657795; }

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

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

background-color css

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

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

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

border-color css

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

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

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