Html Css Color HEX #61678A Waikawa Grey

📋 copy color: '#61678A'

red 97 ◦ green 103 ◦ blue 138

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

Shades of Waikawa Grey #61678A

Tints of Waikawa Grey #61678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 28.7%
G = 30.47%
B = 40.83%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61678A (or 0x61678A) is known color: Waikawa Grey. HEX triplet: 61, 67 and 8A. RGB value is (97,103,138). Sum of RGB (Red+Green+Blue) = 97+103+138=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #61678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61678A is #9E9875. Grayscale: #696969. Windows color (decimal): -10393718 or 9070433. OLE color: 9070433.

HSL color Cylindrical-coordinate representation of color #61678A: hue angle of 231.22º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61678A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 103 138 -
CMYK 0.30 0.25 0 0.46
HSL 231.22º 0.17% 0.46% -
HSV(B) 231.22º 0.3% 0.54% -
XYZ 14.37 14.08 26 -
YUV 105.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 97 103 138 0.30 0.25 0 0.46 231.22 0.17 0.46
Hex 61 67 8A 1E 19 0 2E E7 11 2E
Octal 141 147 212 36 31 0 56 347 21 56
Binary 1100001 1100111 10001010 11110 11001 0 101110 11100111 10001 101110

Color Harmonies of #61678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61678A

Black with #61678A

Text Example


Text Example

White with #61678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61678A; }

 p { color: rgb(97,103,138); }

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

background-color css

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

 a { background-color: rgb(97,103,138); }

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

border-color css

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

 span { border-color: rgb(97,103,138); }

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