Html Css Color HEX #61699D Waikawa Grey

📋 copy color: '#61699D'

red 97 ◦ green 105 ◦ blue 157

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

Shades of Waikawa Grey #61699D

Tints of Waikawa Grey #61699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 27.02%
G = 29.25%
B = 43.73%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61699D (or 0x61699D) is known color: Waikawa Grey. HEX triplet: 61, 69 and 9D. RGB value is (97,105,157). Sum of RGB (Red+Green+Blue) = 97+105+157=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #61699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61699D is #9E9662. Grayscale: #6C6C6C. Windows color (decimal): -10393187 or 10316129. OLE color: 10316129.

HSL color Cylindrical-coordinate representation of color #61699D: hue angle of 232º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61699D is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 105 157 -
CMYK 0.38 0.33 0 0.38
HSL 232º 0.24% 0.5% -
HSV(B) 232º 0.38% 0.62% -
XYZ 16.07 15.08 33.96 -
YUV 108.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 97 105 157 0.38 0.33 0 0.38 232 0.24 0.5
Hex 61 69 9D 26 21 0 26 E8 18 32
Octal 141 151 235 46 41 0 46 350 30 62
Binary 1100001 1101001 10011101 100110 100001 0 100110 11101000 11000 110010

Color Harmonies of #61699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61699D

Black with #61699D

Text Example


Text Example

White with #61699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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