Html Css Color HEX #61688B Waikawa Grey

📋 copy color: '#61688B'

red 97 ◦ green 104 ◦ blue 139

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

Shades of Waikawa Grey #61688B

Tints of Waikawa Grey #61688B

RGB

 RED value IS 97 (38.28% from 255) = 28.53%

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

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 28.53%
G = 30.59%
B = 40.88%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61688B (or 0x61688B) is known color: Waikawa Grey. HEX triplet: 61, 68 and 8B. RGB value is (97,104,139). Sum of RGB (Red+Green+Blue) = 97+104+139=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #61688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61688B is #9E9774. Grayscale: #696969. Windows color (decimal): -10393461 or 9136225. OLE color: 9136225.

HSL color Cylindrical-coordinate representation of color #61688B: hue angle of 230º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61688B is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 104 139 -
CMYK 0.30 0.25 0 0.45
HSL 230º 0.18% 0.46% -
HSV(B) 230º 0.3% 0.55% -
XYZ 14.54 14.31 26.42 -
YUV 105.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 97 104 139 0.30 0.25 0 0.45 230 0.18 0.46
Hex 61 68 8B 1E 19 0 2D E6 12 2E
Octal 141 150 213 36 31 0 55 346 22 56
Binary 1100001 1101000 10001011 11110 11001 0 101101 11100110 10010 101110

Color Harmonies of #61688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61688B

Black with #61688B

Text Example


Text Example

White with #61688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61688B; }

 p { color: rgb(97,104,139); }

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

background-color css

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

 a { background-color: rgb(97,104,139); }

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

border-color css

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

 span { border-color: rgb(97,104,139); }

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