Html Css Color HEX #61A0CE Picton Blue

📋 copy color: '#61A0CE'

red 97 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #61A0CE

Tints of Picton Blue #61A0CE

RGB

 RED value IS 97 (38.28% from 255) = 20.95%

 GREEN value IS 160 (62.89% from 255) = 34.56%

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

R = 20.95%
G = 34.56%
B = 44.49%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61A0CE (or 0x61A0CE) is known color: Picton Blue. HEX triplet: 61, A0 and CE. RGB value is (97,160,206). Sum of RGB (Red+Green+Blue) = 97+160+206=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #61A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0CE is #9E5F31. Grayscale: #929292. Windows color (decimal): -10379058 or 13541473. OLE color: 13541473.

HSL color Cylindrical-coordinate representation of color #61A0CE: hue angle of 205.32º 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 #61A0CE is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 160 206 -
CMYK 0.53 0.22 0 0.19
HSL 205.32º 0.53% 0.59% -
HSV(B) 205.32º 0.53% 0.81% -
XYZ 28.64 32.14 63.09 -
YUV 146.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 97 160 206 0.53 0.22 0 0.19 205.32 0.53 0.59
Hex 61 A0 CE 35 16 0 13 CD 35 3B
Octal 141 240 316 65 26 0 23 315 65 73
Binary 1100001 10100000 11001110 110101 10110 0 10011 11001101 110101 111011

Color Harmonies of #61A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A0CE

Black with #61A0CE

Text Example


Text Example

White with #61A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A0CE; }

 p { color: rgb(97,160,206); }

 H1.HeaderClassName
 {
   color: #61A0CE;
 }
 .AnyTagClassName
 {
   color: #61A0CE;
 }
</style>

background-color css

<style>
 a { background-color: #61A0CE; }

 a { background-color: rgb(97,160,206); }

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

border-color css

<style>
 span { border-color: #61A0CE; }

 span { border-color: rgb(97,160,206); }

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