Html Css Color HEX #61769C Waikawa Grey

📋 copy color: '#61769C'

red 97 ◦ green 118 ◦ blue 156

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

Shades of Waikawa Grey #61769C

Tints of Waikawa Grey #61769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 26.15%
G = 31.81%
B = 42.05%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61769C (or 0x61769C) is known color: Waikawa Grey. HEX triplet: 61, 76 and 9C. RGB value is (97,118,156). Sum of RGB (Red+Green+Blue) = 97+118+156=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #61769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61769C is #9E8963. Grayscale: #737373. Windows color (decimal): -10389860 or 10253921. OLE color: 10253921.

HSL color Cylindrical-coordinate representation of color #61769C: hue angle of 218.64º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61769C is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 118 156 -
CMYK 0.38 0.24 0 0.39
HSL 218.64º 0.23% 0.5% -
HSV(B) 218.64º 0.38% 0.61% -
XYZ 17.41 17.9 33.99 -
YUV 116.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 97 118 156 0.38 0.24 0 0.39 218.64 0.23 0.5
Hex 61 76 9C 26 18 0 27 DB 17 32
Octal 141 166 234 46 30 0 47 333 27 62
Binary 1100001 1110110 10011100 100110 11000 0 100111 11011011 10111 110010

Color Harmonies of #61769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61769C

Black with #61769C

Text Example


Text Example

White with #61769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61769C; }

 p { color: rgb(97,118,156); }

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

background-color css

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

 a { background-color: rgb(97,118,156); }

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

border-color css

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

 span { border-color: rgb(97,118,156); }

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