Html Css Color HEX #61A1CA Picton Blue

📋 copy color: '#61A1CA'

red 97 ◦ green 161 ◦ blue 202

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

Shades of Picton Blue #61A1CA

Tints of Picton Blue #61A1CA

RGB

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

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

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

R = 21.09%
G = 35%
B = 43.91%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#61A1CA (or 0x61A1CA) is known color: Picton Blue. HEX triplet: 61, A1 and CA. RGB value is (97,161,202). Sum of RGB (Red+Green+Blue) = 97+161+202=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #61A1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1CA is #9E5E35. Grayscale: #929292. Windows color (decimal): -10378806 or 13279585. OLE color: 13279585.

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

Color convert

RGB 97 161 202 -
CMYK 0.52 0.20 0 0.21
HSL 203.43º 0.5% 0.59% -
HSV(B) 203.43º 0.52% 0.79% -
XYZ 28.34 32.3 60.62 -
YUV 146.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 97 161 202 0.52 0.20 0 0.21 203.43 0.5 0.59
Hex 61 A1 CA 34 14 0 15 CB 32 3B
Octal 141 241 312 64 24 0 25 313 62 73
Binary 1100001 10100001 11001010 110100 10100 0 10101 11001011 110010 111011

Color Harmonies of #61A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A1CA

Black with #61A1CA

Text Example


Text Example

White with #61A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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