Html Css Color HEX #61AAC9 Picton Blue

📋 copy color: '#61AAC9'

red 97 ◦ green 170 ◦ blue 201

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

Shades of Picton Blue #61AAC9

Tints of Picton Blue #61AAC9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 20.73%
G = 36.32%
B = 42.95%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#61AAC9 (or 0x61AAC9) is known color: Picton Blue. HEX triplet: 61, AA and C9. RGB value is (97,170,201). Sum of RGB (Red+Green+Blue) = 97+170+201=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #61AAC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAC9 is #9E5536. Grayscale: #979797. Windows color (decimal): -10376503 or 13216353. OLE color: 13216353.

HSL color Cylindrical-coordinate representation of color #61AAC9: hue angle of 197.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61AAC9 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 170 201 -
CMYK 0.52 0.15 0 0.21
HSL 197.88º 0.49% 0.58% -
HSV(B) 197.88º 0.52% 0.79% -
XYZ 29.85 35.51 60.54 -
YUV 151.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 97 170 201 0.52 0.15 0 0.21 197.88 0.49 0.58
Hex 61 AA C9 34 F 0 15 C6 31 3A
Octal 141 252 311 64 17 0 25 306 61 72
Binary 1100001 10101010 11001001 110100 1111 0 10101 11000110 110001 111010

Color Harmonies of #61AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AAC9

Black with #61AAC9

Text Example


Text Example

White with #61AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61AAC9; }

 p { color: rgb(97,170,201); }

 H1.HeaderClassName
 {
   color: #61AAC9;
 }
 .AnyTagClassName
 {
   color: #61AAC9;
 }
</style>

background-color css

<style>
 a { background-color: #61AAC9; }

 a { background-color: rgb(97,170,201); }

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

border-color css

<style>
 span { border-color: #61AAC9; }

 span { border-color: rgb(97,170,201); }

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