Html Css Color HEX #61699C Waikawa Grey

📋 copy color: '#61699C'

red 97 ◦ green 105 ◦ blue 156

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

Shades of Waikawa Grey #61699C

Tints of Waikawa Grey #61699C

RGB

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

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

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

R = 27.09%
G = 29.33%
B = 43.58%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61699C (or 0x61699C) is known color: Waikawa Grey. HEX triplet: 61, 69 and 9C. RGB value is (97,105,156). Sum of RGB (Red+Green+Blue) = 97+105+156=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #61699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61699C is #9E9663. Grayscale: #6C6C6C. Windows color (decimal): -10393188 or 10250593. OLE color: 10250593.

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

Color convert

RGB 97 105 156 -
CMYK 0.38 0.33 0 0.39
HSL 231.86º 0.23% 0.5% -
HSV(B) 231.86º 0.38% 0.61% -
XYZ 15.98 15.04 33.51 -
YUV 108.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 97 105 156 0.38 0.33 0 0.39 231.86 0.23 0.5
Hex 61 69 9C 26 21 0 27 E8 17 32
Octal 141 151 234 46 41 0 47 350 27 62
Binary 1100001 1101001 10011100 100110 100001 0 100111 11101000 10111 110010

Color Harmonies of #61699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61699C

Black with #61699C

Text Example


Text Example

White with #61699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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