Html Css Color HEX #61AED2 Picton Blue

📋 copy color: '#61AED2'

red 97 ◦ green 174 ◦ blue 210

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

Shades of Picton Blue #61AED2

Tints of Picton Blue #61AED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 20.17%
G = 36.17%
B = 43.66%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#61AED2 (or 0x61AED2) is known color: Picton Blue. HEX triplet: 61, AE and D2. RGB value is (97,174,210). Sum of RGB (Red+Green+Blue) = 97+174+210=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #61AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AED2 is #9E512D. Grayscale: #9A9A9A. Windows color (decimal): -10375470 or 13807201. OLE color: 13807201.

HSL color Cylindrical-coordinate representation of color #61AED2: hue angle of 199.12º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AED2 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 174 210 -
CMYK 0.54 0.17 0 0.18
HSL 199.12º 0.56% 0.6% -
HSV(B) 199.12º 0.54% 0.82% -
XYZ 31.7 37.47 66.53 -
YUV 155.08 158.99 86.57 -
System Red Green Blue C M Y K H S L
Decimal 97 174 210 0.54 0.17 0 0.18 199.12 0.56 0.6
Hex 61 AE D2 36 11 0 12 C7 38 3C
Octal 141 256 322 66 21 0 22 307 70 74
Binary 1100001 10101110 11010010 110110 10001 0 10010 11000111 111000 111100

Color Harmonies of #61AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AED2

Black with #61AED2

Text Example


Text Example

White with #61AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,174,210); }

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

background-color css

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

 a { background-color: rgb(97,174,210); }

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

border-color css

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

 span { border-color: rgb(97,174,210); }

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