Html Css Color HEX #656C92 Waikawa Grey

📋 copy color: '#656C92'

red 101 ◦ green 108 ◦ blue 146

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

Shades of Waikawa Grey #656C92

Tints of Waikawa Grey #656C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 28.45%
G = 30.42%
B = 41.13%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656C92 (or 0x656C92) is known color: Waikawa Grey. HEX triplet: 65, 6C and 92. RGB value is (101,108,146). Sum of RGB (Red+Green+Blue) = 101+108+146=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #656C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C92 is #9A936D. Grayscale: #6E6E6E. Windows color (decimal): -10130286 or 9596005. OLE color: 9596005.

HSL color Cylindrical-coordinate representation of color #656C92: hue angle of 230.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #656C92 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 108 146 -
CMYK 0.31 0.26 0 0.43
HSL 230.67º 0.18% 0.48% -
HSV(B) 230.67º 0.31% 0.57% -
XYZ 15.92 15.57 29.36 -
YUV 110.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 101 108 146 0.31 0.26 0 0.43 230.67 0.18 0.48
Hex 65 6C 92 1F 1A 0 2B E7 12 30
Octal 145 154 222 37 32 0 53 347 22 60
Binary 1100101 1101100 10010010 11111 11010 0 101011 11100111 10010 110000

Color Harmonies of #656C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C92

Black with #656C92

Text Example


Text Example

White with #656C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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