Html Css Color HEX #61A0DB Picton Blue

📋 copy color: '#61A0DB'

red 97 ◦ green 160 ◦ blue 219

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

Shades of Picton Blue #61A0DB

Tints of Picton Blue #61A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 20.38%
G = 33.61%
B = 46.01%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61A0DB (or 0x61A0DB) is known color: Picton Blue. HEX triplet: 61, A0 and DB. RGB value is (97,160,219). Sum of RGB (Red+Green+Blue) = 97+160+219=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #61A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0DB is #9E5F24. Grayscale: #939393. Windows color (decimal): -10379045 or 14393441. OLE color: 14393441.

HSL color Cylindrical-coordinate representation of color #61A0DB: hue angle of 209.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A0DB is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 160 219 -
CMYK 0.56 0.27 0 0.14
HSL 209.02º 0.63% 0.62% -
HSV(B) 209.02º 0.56% 0.86% -
XYZ 30.29 32.8 71.75 -
YUV 147.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 97 160 219 0.56 0.27 0 0.14 209.02 0.63 0.62
Hex 61 A0 DB 38 1B 0 E D1 3F 3E
Octal 141 240 333 70 33 0 16 321 77 76
Binary 1100001 10100000 11011011 111000 11011 0 1110 11010001 111111 111110

Color Harmonies of #61A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A0DB

Black with #61A0DB

Text Example


Text Example

White with #61A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,160,219); }

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

background-color css

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

 a { background-color: rgb(97,160,219); }

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

border-color css

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

 span { border-color: rgb(97,160,219); }

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