Html Css Color HEX #61A5DB Picton Blue

📋 copy color: '#61A5DB'

red 97 ◦ green 165 ◦ blue 219

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

Shades of Picton Blue #61A5DB

Tints of Picton Blue #61A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

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

R = 20.17%
G = 34.3%
B = 45.53%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61A5DB (or 0x61A5DB) is known color: Picton Blue. HEX triplet: 61, A5 and DB. RGB value is (97,165,219). Sum of RGB (Red+Green+Blue) = 97+165+219=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #61A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5DB is #9E5A24. Grayscale: #969696. Windows color (decimal): -10377765 or 14394721. OLE color: 14394721.

HSL color Cylindrical-coordinate representation of color #61A5DB: hue angle of 206.56º 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 #61A5DB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 165 219 -
CMYK 0.56 0.25 0 0.14
HSL 206.56º 0.63% 0.62% -
HSV(B) 206.56º 0.56% 0.86% -
XYZ 31.17 34.57 72.05 -
YUV 150.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 97 165 219 0.56 0.25 0 0.14 206.56 0.63 0.62
Hex 61 A5 DB 38 19 0 E CF 3F 3E
Octal 141 245 333 70 31 0 16 317 77 76
Binary 1100001 10100101 11011011 111000 11001 0 1110 11001111 111111 111110

Color Harmonies of #61A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A5DB

Black with #61A5DB

Text Example


Text Example

White with #61A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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