Html Css Color HEX #60A6DD Picton Blue

📋 copy color: '#60A6DD'

red 96 ◦ green 166 ◦ blue 221

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

Shades of Picton Blue #60A6DD

Tints of Picton Blue #60A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 19.88%
G = 34.37%
B = 45.76%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60A6DD (or 0x60A6DD) is known color: Picton Blue. HEX triplet: 60, A6 and DD. RGB value is (96,166,221). Sum of RGB (Red+Green+Blue) = 96+166+221=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #60A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A6DD is #9F5922. Grayscale: #979797. Windows color (decimal): -10443043 or 14526048. OLE color: 14526048.

HSL color Cylindrical-coordinate representation of color #60A6DD: hue angle of 206.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A6DD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 166 221 -
CMYK 0.57 0.25 0 0.13
HSL 206.4º 0.65% 0.62% -
HSV(B) 206.4º 0.57% 0.87% -
XYZ 31.51 34.98 73.5 -
YUV 151.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 96 166 221 0.57 0.25 0 0.13 206.4 0.65 0.62
Hex 60 A6 DD 39 19 0 D CE 41 3E
Octal 140 246 335 71 31 0 15 316 101 76
Binary 1100000 10100110 11011101 111001 11001 0 1101 11001110 1000001 111110

Color Harmonies of #60A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A6DD

Black with #60A6DD

Text Example


Text Example

White with #60A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,166,221); }

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

background-color css

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

 a { background-color: rgb(96,166,221); }

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

border-color css

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

 span { border-color: rgb(96,166,221); }

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