Html Css Color HEX #61ABD8 Picton Blue

📋 copy color: '#61ABD8'

red 97 ◦ green 171 ◦ blue 216

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

Shades of Picton Blue #61ABD8

Tints of Picton Blue #61ABD8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 20.04%
G = 35.33%
B = 44.63%

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

#61ABD8 (or 0x61ABD8) is known color: Picton Blue. HEX triplet: 61, AB and D8. RGB value is (97,171,216). Sum of RGB (Red+Green+Blue) = 97+171+216=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #61ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABD8 is #9E5427. Grayscale: #999999. Windows color (decimal): -10376232 or 14199649. OLE color: 14199649.

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

Color convert

RGB 97 171 216 -
CMYK 0.55 0.21 0 0.15
HSL 202.69º 0.6% 0.61% -
HSV(B) 202.69º 0.55% 0.85% -
XYZ 31.89 36.63 70.35 -
YUV 154 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 97 171 216 0.55 0.21 0 0.15 202.69 0.6 0.61
Hex 61 AB D8 37 15 0 F CB 3C 3D
Octal 141 253 330 67 25 0 17 313 74 75
Binary 1100001 10101011 11011000 110111 10101 0 1111 11001011 111100 111101

Color Harmonies of #61ABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABD8

Black with #61ABD8

Text Example


Text Example

White with #61ABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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