Html Css Color HEX #656C98 Waikawa Grey

📋 copy color: '#656C98'

red 101 ◦ green 108 ◦ blue 152

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

Shades of Waikawa Grey #656C98

Tints of Waikawa Grey #656C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 27.98%
G = 29.92%
B = 42.11%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#656C98 (or 0x656C98) is known color: Waikawa Grey. HEX triplet: 65, 6C and 98. RGB value is (101,108,152). Sum of RGB (Red+Green+Blue) = 101+108+152=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #656C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C98 is #9A9367. Grayscale: #6E6E6E. Windows color (decimal): -10130280 or 9989221. OLE color: 9989221.

HSL color Cylindrical-coordinate representation of color #656C98: hue angle of 231.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656C98 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 108 152 -
CMYK 0.34 0.29 0 0.40
HSL 231.76º 0.2% 0.5% -
HSV(B) 231.76º 0.34% 0.6% -
XYZ 16.4 15.76 31.88 -
YUV 110.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 101 108 152 0.34 0.29 0 0.40 231.76 0.2 0.5
Hex 65 6C 98 22 1D 0 28 E8 14 32
Octal 145 154 230 42 35 0 50 350 24 62
Binary 1100101 1101100 10011000 100010 11101 0 101000 11101000 10100 110010

Color Harmonies of #656C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C98

Black with #656C98

Text Example


Text Example

White with #656C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,108,152); }

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

background-color css

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

 a { background-color: rgb(101,108,152); }

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

border-color css

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

 span { border-color: rgb(101,108,152); }

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