Html Css Color HEX #60A1DA Picton Blue

📋 copy color: '#60A1DA'

red 96 ◦ green 161 ◦ blue 218

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

Shades of Picton Blue #60A1DA

Tints of Picton Blue #60A1DA

RGB

 RED value IS 96 (37.89% from 255) = 20.21%

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 20.21%
G = 33.89%
B = 45.89%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60A1DA (or 0x60A1DA) is known color: Picton Blue. HEX triplet: 60, A1 and DA. RGB value is (96,161,218). Sum of RGB (Red+Green+Blue) = 96+161+218=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #60A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1DA is #9F5E25. Grayscale: #939393. Windows color (decimal): -10444326 or 14328160. OLE color: 14328160.

HSL color Cylindrical-coordinate representation of color #60A1DA: hue angle of 208.03º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A1DA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 161 218 -
CMYK 0.56 0.26 0 0.15
HSL 208.03º 0.62% 0.62% -
HSV(B) 208.03º 0.56% 0.85% -
XYZ 30.22 33.04 71.11 -
YUV 148.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 96 161 218 0.56 0.26 0 0.15 208.03 0.62 0.62
Hex 60 A1 DA 38 1A 0 F D0 3E 3E
Octal 140 241 332 70 32 0 17 320 76 76
Binary 1100000 10100001 11011010 111000 11010 0 1111 11010000 111110 111110

Color Harmonies of #60A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1DA

Black with #60A1DA

Text Example


Text Example

White with #60A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A1DA; }

 p { color: rgb(96,161,218); }

 H1.HeaderClassName
 {
   color: #60A1DA;
 }
 .AnyTagClassName
 {
   color: #60A1DA;
 }
</style>

background-color css

<style>
 a { background-color: #60A1DA; }

 a { background-color: rgb(96,161,218); }

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

border-color css

<style>
 span { border-color: #60A1DA; }

 span { border-color: rgb(96,161,218); }

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