Html Css Color HEX #657085 Waikawa Grey

📋 copy color: '#657085'

red 101 ◦ green 112 ◦ blue 133

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

Shades of Waikawa Grey #657085

Tints of Waikawa Grey #657085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 29.19%
G = 32.37%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657085 (or 0x657085) is known color: Waikawa Grey. HEX triplet: 65, 70 and 85. RGB value is (101,112,133). Sum of RGB (Red+Green+Blue) = 101+112+133=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #657085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657085 is #9A8F7A. Grayscale: #6F6F6F. Windows color (decimal): -10129275 or 8745061. OLE color: 8745061.

HSL color Cylindrical-coordinate representation of color #657085: hue angle of 219.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657085 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 112 133 -
CMYK 0.24 0.16 0 0.48
HSL 219.38º 0.14% 0.46% -
HSV(B) 219.38º 0.24% 0.52% -
XYZ 15.39 16.05 24.48 -
YUV 111.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 101 112 133 0.24 0.16 0 0.48 219.38 0.14 0.46
Hex 65 70 85 18 10 0 30 DB E 2E
Octal 145 160 205 30 20 0 60 333 16 56
Binary 1100101 1110000 10000101 11000 10000 0 110000 11011011 1110 101110

Color Harmonies of #657085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657085

Black with #657085

Text Example


Text Example

White with #657085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657085; }

 p { color: rgb(101,112,133); }

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

background-color css

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

 a { background-color: rgb(101,112,133); }

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

border-color css

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

 span { border-color: rgb(101,112,133); }

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