Html Css Color HEX #60A7CA Picton Blue

📋 copy color: '#60A7CA'

red 96 ◦ green 167 ◦ blue 202

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

Shades of Picton Blue #60A7CA

Tints of Picton Blue #60A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 20.65%
G = 35.91%
B = 43.44%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60A7CA (or 0x60A7CA) is known color: Picton Blue. HEX triplet: 60, A7 and CA. RGB value is (96,167,202). Sum of RGB (Red+Green+Blue) = 96+167+202=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #60A7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7CA is #9F5835. Grayscale: #959595. Windows color (decimal): -10442806 or 13281120. OLE color: 13281120.

HSL color Cylindrical-coordinate representation of color #60A7CA: hue angle of 199.81º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A7CA is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 167 202 -
CMYK 0.52 0.17 0 0.21
HSL 199.81º 0.5% 0.58% -
HSV(B) 199.81º 0.52% 0.79% -
XYZ 29.3 34.39 60.97 -
YUV 149.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 96 167 202 0.52 0.17 0 0.21 199.81 0.5 0.58
Hex 60 A7 CA 34 11 0 15 C8 32 3A
Octal 140 247 312 64 21 0 25 310 62 72
Binary 1100000 10100111 11001010 110100 10001 0 10101 11001000 110010 111010

Color Harmonies of #60A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A7CA

Black with #60A7CA

Text Example


Text Example

White with #60A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,167,202); }

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

background-color css

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

 a { background-color: rgb(96,167,202); }

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

border-color css

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

 span { border-color: rgb(96,167,202); }

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