Html Css Color HEX #60A1D9 Picton Blue

📋 copy color: '#60A1D9'

red 96 ◦ green 161 ◦ blue 217

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

Shades of Picton Blue #60A1D9

Tints of Picton Blue #60A1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.78%

R = 20.25%
G = 33.97%
B = 45.78%

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

#60A1D9 (or 0x60A1D9) is known color: Picton Blue. HEX triplet: 60, A1 and D9. RGB value is (96,161,217). Sum of RGB (Red+Green+Blue) = 96+161+217=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #60A1D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1D9 is #9F5E26. Grayscale: #939393. Windows color (decimal): -10444327 or 14262624. OLE color: 14262624.

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

Color convert

RGB 96 161 217 -
CMYK 0.56 0.26 0 0.15
HSL 207.77º 0.61% 0.61% -
HSV(B) 207.77º 0.56% 0.85% -
XYZ 30.09 32.99 70.43 -
YUV 147.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 96 161 217 0.56 0.26 0 0.15 207.77 0.61 0.61
Hex 60 A1 D9 38 1A 0 F D0 3D 3D
Octal 140 241 331 70 32 0 17 320 75 75
Binary 1100000 10100001 11011001 111000 11010 0 1111 11010000 111101 111101

Color Harmonies of #60A1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1D9

Black with #60A1D9

Text Example


Text Example

White with #60A1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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