Html Css Color HEX #60A6CC Picton Blue

📋 copy color: '#60A6CC'

red 96 ◦ green 166 ◦ blue 204

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

Shades of Picton Blue #60A6CC

Tints of Picton Blue #60A6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 20.6%
G = 35.62%
B = 43.78%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60A6CC (or 0x60A6CC) is known color: Picton Blue. HEX triplet: 60, A6 and CC. RGB value is (96,166,204). Sum of RGB (Red+Green+Blue) = 96+166+204=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #60A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A6CC is #9F5933. Grayscale: #959595. Windows color (decimal): -10443060 or 13411936. OLE color: 13411936.

HSL color Cylindrical-coordinate representation of color #60A6CC: hue angle of 201.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60A6CC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 166 204 -
CMYK 0.53 0.19 0 0.2
HSL 201.11º 0.51% 0.59% -
HSV(B) 201.11º 0.53% 0.8% -
XYZ 29.36 34.12 62.16 -
YUV 149.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 96 166 204 0.53 0.19 0 0.2 201.11 0.51 0.59
Hex 60 A6 CC 35 13 0 14 C9 33 3B
Octal 140 246 314 65 23 0 24 311 63 73
Binary 1100000 10100110 11001100 110101 10011 0 10100 11001001 110011 111011

Color Harmonies of #60A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A6CC

Black with #60A6CC

Text Example


Text Example

White with #60A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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