Html Css Color HEX #61A9D7 Picton Blue

📋 copy color: '#61A9D7'

red 97 ◦ green 169 ◦ blue 215

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

Shades of Picton Blue #61A9D7

Tints of Picton Blue #61A9D7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.14%

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 20.17%
G = 35.14%
B = 44.7%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#61A9D7 (or 0x61A9D7) is known color: Picton Blue. HEX triplet: 61, A9 and D7. RGB value is (97,169,215). Sum of RGB (Red+Green+Blue) = 97+169+215=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #61A9D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9D7 is #9E5628. Grayscale: #989898. Windows color (decimal): -10376745 or 14133601. OLE color: 14133601.

HSL color Cylindrical-coordinate representation of color #61A9D7: hue angle of 203.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A9D7 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 169 215 -
CMYK 0.55 0.21 0 0.16
HSL 203.39º 0.6% 0.61% -
HSV(B) 203.39º 0.55% 0.84% -
XYZ 31.38 35.82 69.55 -
YUV 152.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 97 169 215 0.55 0.21 0 0.16 203.39 0.6 0.61
Hex 61 A9 D7 37 15 0 10 CB 3C 3D
Octal 141 251 327 67 25 0 20 313 74 75
Binary 1100001 10101001 11010111 110111 10101 0 10000 11001011 111100 111101

Color Harmonies of #61A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A9D7

Black with #61A9D7

Text Example


Text Example

White with #61A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,169,215); }

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

background-color css

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

 a { background-color: rgb(97,169,215); }

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

border-color css

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

 span { border-color: rgb(97,169,215); }

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