Html Css Color HEX #61668D Waikawa Grey

📋 copy color: '#61668D'

red 97 ◦ green 102 ◦ blue 141

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

Shades of Waikawa Grey #61668D

Tints of Waikawa Grey #61668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 28.53%
G = 30%
B = 41.47%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61668D (or 0x61668D) is known color: Waikawa Grey. HEX triplet: 61, 66 and 8D. RGB value is (97,102,141). Sum of RGB (Red+Green+Blue) = 97+102+141=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #61668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61668D is #9E9972. Grayscale: #686868. Windows color (decimal): -10393971 or 9266785. OLE color: 9266785.

HSL color Cylindrical-coordinate representation of color #61668D: hue angle of 233.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61668D is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 102 141 -
CMYK 0.31 0.28 0 0.45
HSL 233.18º 0.18% 0.47% -
HSV(B) 233.18º 0.31% 0.55% -
XYZ 14.49 13.97 27.13 -
YUV 104.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 97 102 141 0.31 0.28 0 0.45 233.18 0.18 0.47
Hex 61 66 8D 1F 1C 0 2D E9 12 2F
Octal 141 146 215 37 34 0 55 351 22 57
Binary 1100001 1100110 10001101 11111 11100 0 101101 11101001 10010 101111

Color Harmonies of #61668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61668D

Black with #61668D

Text Example


Text Example

White with #61668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61668D; }

 p { color: rgb(97,102,141); }

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

background-color css

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

 a { background-color: rgb(97,102,141); }

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

border-color css

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

 span { border-color: rgb(97,102,141); }

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