Html Css Color HEX #61A8DC Picton Blue

📋 copy color: '#61A8DC'

red 97 ◦ green 168 ◦ blue 220

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

Shades of Picton Blue #61A8DC

Tints of Picton Blue #61A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 20%
G = 34.64%
B = 45.36%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61A8DC (or 0x61A8DC) is known color: Picton Blue. HEX triplet: 61, A8 and DC. RGB value is (97,168,220). Sum of RGB (Red+Green+Blue) = 97+168+220=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #61A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8DC is #9E5723. Grayscale: #989898. Windows color (decimal): -10376996 or 14461025. OLE color: 14461025.

HSL color Cylindrical-coordinate representation of color #61A8DC: hue angle of 205.37º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A8DC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 168 220 -
CMYK 0.56 0.24 0 0.14
HSL 205.37º 0.64% 0.62% -
HSV(B) 205.37º 0.56% 0.86% -
XYZ 31.85 35.71 72.92 -
YUV 152.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 97 168 220 0.56 0.24 0 0.14 205.37 0.64 0.62
Hex 61 A8 DC 38 18 0 E CD 40 3E
Octal 141 250 334 70 30 0 16 315 100 76
Binary 1100001 10101000 11011100 111000 11000 0 1110 11001101 1000000 111110

Color Harmonies of #61A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8DC

Black with #61A8DC

Text Example


Text Example

White with #61A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,168,220); }

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

background-color css

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

 a { background-color: rgb(97,168,220); }

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

border-color css

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

 span { border-color: rgb(97,168,220); }

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