Html Css Color HEX #656990 Waikawa Grey

📋 copy color: '#656990'

red 101 ◦ green 105 ◦ blue 144

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

Shades of Waikawa Grey #656990

Tints of Waikawa Grey #656990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 28.86%
G = 30%
B = 41.14%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656990 (or 0x656990) is known color: Waikawa Grey. HEX triplet: 65, 69 and 90. RGB value is (101,105,144). Sum of RGB (Red+Green+Blue) = 101+105+144=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #656990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656990 is #9A966F. Grayscale: #6C6C6C. Windows color (decimal): -10131056 or 9464165. OLE color: 9464165.

HSL color Cylindrical-coordinate representation of color #656990: hue angle of 234.42º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656990 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 105 144 -
CMYK 0.30 0.27 0 0.44
HSL 234.42º 0.18% 0.48% -
HSV(B) 234.42º 0.3% 0.56% -
XYZ 15.45 14.88 28.44 -
YUV 108.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 101 105 144 0.30 0.27 0 0.44 234.42 0.18 0.48
Hex 65 69 90 1E 1B 0 2C EA 12 30
Octal 145 151 220 36 33 0 54 352 22 60
Binary 1100101 1101001 10010000 11110 11011 0 101100 11101010 10010 110000

Color Harmonies of #656990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656990

Black with #656990

Text Example


Text Example

White with #656990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656990; }

 p { color: rgb(101,105,144); }

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

background-color css

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

 a { background-color: rgb(101,105,144); }

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

border-color css

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

 span { border-color: rgb(101,105,144); }

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