Html Css Color HEX #61A9D8 Picton Blue

📋 copy color: '#61A9D8'

red 97 ◦ green 169 ◦ blue 216

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

Shades of Picton Blue #61A9D8

Tints of Picton Blue #61A9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 20.12%
G = 35.06%
B = 44.81%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61A9D8 (or 0x61A9D8) is known color: Picton Blue. HEX triplet: 61, A9 and D8. RGB value is (97,169,216). Sum of RGB (Red+Green+Blue) = 97+169+216=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #61A9D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9D8 is #9E5627. Grayscale: #989898. Windows color (decimal): -10376744 or 14199137. OLE color: 14199137.

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

Color convert

RGB 97 169 216 -
CMYK 0.55 0.22 0 0.15
HSL 203.7º 0.6% 0.61% -
HSV(B) 203.7º 0.55% 0.85% -
XYZ 31.51 35.88 70.23 -
YUV 152.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 97 169 216 0.55 0.22 0 0.15 203.7 0.6 0.61
Hex 61 A9 D8 37 16 0 F CC 3C 3D
Octal 141 251 330 67 26 0 17 314 74 75
Binary 1100001 10101001 11011000 110111 10110 0 1111 11001100 111100 111101

Color Harmonies of #61A9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A9D8

Black with #61A9D8

Text Example


Text Example

White with #61A9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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