Html Css Color HEX #656F8C Waikawa Grey

📋 copy color: '#656F8C'

red 101 ◦ green 111 ◦ blue 140

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

Shades of Waikawa Grey #656F8C

Tints of Waikawa Grey #656F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 28.69%
G = 31.53%
B = 39.77%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#656F8C (or 0x656F8C) is known color: Waikawa Grey. HEX triplet: 65, 6F and 8C. RGB value is (101,111,140). Sum of RGB (Red+Green+Blue) = 101+111+140=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #656F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F8C is #9A9073. Grayscale: #6F6F6F. Windows color (decimal): -10129524 or 9203557. OLE color: 9203557.

HSL color Cylindrical-coordinate representation of color #656F8C: hue angle of 224.62º 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 #656F8C is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 111 140 -
CMYK 0.28 0.21 0 0.45
HSL 224.62º 0.16% 0.47% -
HSV(B) 224.62º 0.28% 0.55% -
XYZ 15.78 16.03 27.07 -
YUV 111.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 101 111 140 0.28 0.21 0 0.45 224.62 0.16 0.47
Hex 65 6F 8C 1C 15 0 2D E1 10 2F
Octal 145 157 214 34 25 0 55 341 20 57
Binary 1100101 1101111 10001100 11100 10101 0 101101 11100001 10000 101111

Color Harmonies of #656F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F8C

Black with #656F8C

Text Example


Text Example

White with #656F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656F8C; }

 p { color: rgb(101,111,140); }

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

background-color css

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

 a { background-color: rgb(101,111,140); }

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

border-color css

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

 span { border-color: rgb(101,111,140); }

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