Html Css Color HEX #61A1CB Picton Blue

📋 copy color: '#61A1CB'

red 97 ◦ green 161 ◦ blue 203

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

Shades of Picton Blue #61A1CB

Tints of Picton Blue #61A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 21.04%
G = 34.92%
B = 44.03%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61A1CB (or 0x61A1CB) is known color: Picton Blue. HEX triplet: 61, A1 and CB. RGB value is (97,161,203). Sum of RGB (Red+Green+Blue) = 97+161+203=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #61A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1CB is #9E5E34. Grayscale: #929292. Windows color (decimal): -10378805 or 13345121. OLE color: 13345121.

HSL color Cylindrical-coordinate representation of color #61A1CB: hue angle of 203.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61A1CB is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 161 203 -
CMYK 0.52 0.21 0 0.20
HSL 203.77º 0.5% 0.59% -
HSV(B) 203.77º 0.52% 0.8% -
XYZ 28.45 32.34 61.24 -
YUV 146.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 97 161 203 0.52 0.21 0 0.20 203.77 0.5 0.59
Hex 61 A1 CB 34 15 0 14 CC 32 3B
Octal 141 241 313 64 25 0 24 314 62 73
Binary 1100001 10100001 11001011 110100 10101 0 10100 11001100 110010 111011

Color Harmonies of #61A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A1CB

Black with #61A1CB

Text Example


Text Example

White with #61A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,161,203); }

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

background-color css

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

 a { background-color: rgb(97,161,203); }

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

border-color css

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

 span { border-color: rgb(97,161,203); }

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