Html Css Color HEX #61699B Waikawa Grey

📋 copy color: '#61699B'

red 97 ◦ green 105 ◦ blue 155

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

Shades of Waikawa Grey #61699B

Tints of Waikawa Grey #61699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 27.17%
G = 29.41%
B = 43.42%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61699B (or 0x61699B) is known color: Waikawa Grey. HEX triplet: 61, 69 and 9B. RGB value is (97,105,155). Sum of RGB (Red+Green+Blue) = 97+105+155=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #61699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61699B is #9E9664. Grayscale: #6C6C6C. Windows color (decimal): -10393189 or 10185057. OLE color: 10185057.

HSL color Cylindrical-coordinate representation of color #61699B: hue angle of 231.72º 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 #61699B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 105 155 -
CMYK 0.37 0.32 0 0.39
HSL 231.72º 0.23% 0.49% -
HSV(B) 231.72º 0.37% 0.61% -
XYZ 15.9 15.01 33.07 -
YUV 108.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 97 105 155 0.37 0.32 0 0.39 231.72 0.23 0.49
Hex 61 69 9B 25 20 0 27 E8 17 31
Octal 141 151 233 45 40 0 47 350 27 61
Binary 1100001 1101001 10011011 100101 100000 0 100111 11101000 10111 110001

Color Harmonies of #61699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61699B

Black with #61699B

Text Example


Text Example

White with #61699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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