Html Css Color HEX #61769B Waikawa Grey

📋 copy color: '#61769B'

red 97 ◦ green 118 ◦ blue 155

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

Shades of Waikawa Grey #61769B

Tints of Waikawa Grey #61769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 26.22%
G = 31.89%
B = 41.89%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61769B (or 0x61769B) is known color: Waikawa Grey. HEX triplet: 61, 76 and 9B. RGB value is (97,118,155). Sum of RGB (Red+Green+Blue) = 97+118+155=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #61769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61769B is #9E8964. Grayscale: #737373. Windows color (decimal): -10389861 or 10188385. OLE color: 10188385.

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

Color convert

RGB 97 118 155 -
CMYK 0.37 0.24 0 0.39
HSL 218.28º 0.23% 0.49% -
HSV(B) 218.28º 0.37% 0.61% -
XYZ 17.32 17.86 33.55 -
YUV 115.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 97 118 155 0.37 0.24 0 0.39 218.28 0.23 0.49
Hex 61 76 9B 25 18 0 27 DA 17 31
Octal 141 166 233 45 30 0 47 332 27 61
Binary 1100001 1110110 10011011 100101 11000 0 100111 11011010 10111 110001

Color Harmonies of #61769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61769B

Black with #61769B

Text Example


Text Example

White with #61769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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