Html Css Color HEX #61AAD8 Picton Blue

📋 copy color: '#61AAD8'

red 97 ◦ green 170 ◦ blue 216

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

Shades of Picton Blue #61AAD8

Tints of Picton Blue #61AAD8

RGB

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

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

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

R = 20.08%
G = 35.2%
B = 44.72%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61AAD8 (or 0x61AAD8) is known color: Picton Blue. HEX triplet: 61, AA and D8. RGB value is (97,170,216). Sum of RGB (Red+Green+Blue) = 97+170+216=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #61AAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAD8 is #9E5527. Grayscale: #999999. Windows color (decimal): -10376488 or 14199393. OLE color: 14199393.

HSL color Cylindrical-coordinate representation of color #61AAD8: hue angle of 203.19º 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 #61AAD8 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 170 216 -
CMYK 0.55 0.21 0 0.15
HSL 203.19º 0.6% 0.61% -
HSV(B) 203.19º 0.55% 0.85% -
XYZ 31.7 36.25 70.29 -
YUV 153.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 97 170 216 0.55 0.21 0 0.15 203.19 0.6 0.61
Hex 61 AA D8 37 15 0 F CB 3C 3D
Octal 141 252 330 67 25 0 17 313 74 75
Binary 1100001 10101010 11011000 110111 10101 0 1111 11001011 111100 111101

Color Harmonies of #61AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AAD8

Black with #61AAD8

Text Example


Text Example

White with #61AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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