Html Css Color HEX #60A7CE Picton Blue

📋 copy color: '#60A7CE'

red 96 ◦ green 167 ◦ blue 206

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

Shades of Picton Blue #60A7CE

Tints of Picton Blue #60A7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 20.47%
G = 35.61%
B = 43.92%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60A7CE (or 0x60A7CE) is known color: Picton Blue. HEX triplet: 60, A7 and CE. RGB value is (96,167,206). Sum of RGB (Red+Green+Blue) = 96+167+206=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #60A7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7CE is #9F5831. Grayscale: #959595. Windows color (decimal): -10442802 or 13543264. OLE color: 13543264.

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

Color convert

RGB 96 167 206 -
CMYK 0.53 0.19 0 0.19
HSL 201.27º 0.53% 0.59% -
HSV(B) 201.27º 0.53% 0.81% -
XYZ 29.78 34.58 63.5 -
YUV 150.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 96 167 206 0.53 0.19 0 0.19 201.27 0.53 0.59
Hex 60 A7 CE 35 13 0 13 C9 35 3B
Octal 140 247 316 65 23 0 23 311 65 73
Binary 1100000 10100111 11001110 110101 10011 0 10011 11001001 110101 111011

Color Harmonies of #60A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A7CE

Black with #60A7CE

Text Example


Text Example

White with #60A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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