Html Css Color HEX #61A5CD Picton Blue

📋 copy color: '#61A5CD'

red 97 ◦ green 165 ◦ blue 205

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

Shades of Picton Blue #61A5CD

Tints of Picton Blue #61A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 20.77%
G = 35.33%
B = 43.9%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61A5CD (or 0x61A5CD) is known color: Picton Blue. HEX triplet: 61, A5 and CD. RGB value is (97,165,205). Sum of RGB (Red+Green+Blue) = 97+165+205=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #61A5CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5CD is #9E5A32. Grayscale: #959595. Windows color (decimal): -10377779 or 13477217. OLE color: 13477217.

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

Color convert

RGB 97 165 205 -
CMYK 0.53 0.20 0 0.20
HSL 202.22º 0.52% 0.59% -
HSV(B) 202.22º 0.53% 0.8% -
XYZ 29.4 33.86 62.74 -
YUV 149.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 97 165 205 0.53 0.20 0 0.20 202.22 0.52 0.59
Hex 61 A5 CD 35 14 0 14 CA 34 3B
Octal 141 245 315 65 24 0 24 312 64 73
Binary 1100001 10100101 11001101 110101 10100 0 10100 11001010 110100 111011

Color Harmonies of #61A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A5CD

Black with #61A5CD

Text Example


Text Example

White with #61A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,165,205); }

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

background-color css

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

 a { background-color: rgb(97,165,205); }

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

border-color css

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

 span { border-color: rgb(97,165,205); }

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