Html Css Color HEX #61A1E0 Picton Blue

📋 copy color: '#61A1E0'

red 97 ◦ green 161 ◦ blue 224

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

Shades of Picton Blue #61A1E0

Tints of Picton Blue #61A1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 20.12%
G = 33.4%
B = 46.47%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#61A1E0 (or 0x61A1E0) is known color: Picton Blue. HEX triplet: 61, A1 and E0. RGB value is (97,161,224). Sum of RGB (Red+Green+Blue) = 97+161+224=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #61A1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1E0 is #9E5E1F. Grayscale: #949494. Windows color (decimal): -10378784 or 14721377. OLE color: 14721377.

HSL color Cylindrical-coordinate representation of color #61A1E0: hue angle of 209.76º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A1E0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 161 224 -
CMYK 0.57 0.28 0 0.12
HSL 209.76º 0.67% 0.63% -
HSV(B) 209.76º 0.57% 0.88% -
XYZ 31.13 33.41 75.33 -
YUV 149.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 97 161 224 0.57 0.28 0 0.12 209.76 0.67 0.63
Hex 61 A1 E0 39 1C 0 C D2 43 3F
Octal 141 241 340 71 34 0 14 322 103 77
Binary 1100001 10100001 11100000 111001 11100 0 1100 11010010 1000011 111111

Color Harmonies of #61A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A1E0

Black with #61A1E0

Text Example


Text Example

White with #61A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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