Html Css Color HEX #656894 Waikawa Grey

📋 copy color: '#656894'

red 101 ◦ green 104 ◦ blue 148

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

Shades of Waikawa Grey #656894

Tints of Waikawa Grey #656894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 28.61%
G = 29.46%
B = 41.93%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#656894 (or 0x656894) is known color: Waikawa Grey. HEX triplet: 65, 68 and 94. RGB value is (101,104,148). Sum of RGB (Red+Green+Blue) = 101+104+148=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #656894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656894 is #9A976B. Grayscale: #6B6B6B. Windows color (decimal): -10131308 or 9726053. OLE color: 9726053.

HSL color Cylindrical-coordinate representation of color #656894: hue angle of 236.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656894 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 104 148 -
CMYK 0.32 0.30 0 0.42
HSL 236.17º 0.19% 0.49% -
HSV(B) 236.17º 0.32% 0.58% -
XYZ 15.66 14.81 30.05 -
YUV 108.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 101 104 148 0.32 0.30 0 0.42 236.17 0.19 0.49
Hex 65 68 94 20 1E 0 2A EC 13 31
Octal 145 150 224 40 36 0 52 354 23 61
Binary 1100101 1101000 10010100 100000 11110 0 101010 11101100 10011 110001

Color Harmonies of #656894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656894

Black with #656894

Text Example


Text Example

White with #656894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656894; }

 p { color: rgb(101,104,148); }

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

background-color css

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

 a { background-color: rgb(101,104,148); }

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

border-color css

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

 span { border-color: rgb(101,104,148); }

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