Html Css Color HEX #61A6D8 Picton Blue

📋 copy color: '#61A6D8'

red 97 ◦ green 166 ◦ blue 216

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

Shades of Picton Blue #61A6D8

Tints of Picton Blue #61A6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 20.25%
G = 34.66%
B = 45.09%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61A6D8 (or 0x61A6D8) is known color: Picton Blue. HEX triplet: 61, A6 and D8. RGB value is (97,166,216). Sum of RGB (Red+Green+Blue) = 97+166+216=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #61A6D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6D8 is #9E5927. Grayscale: #969696. Windows color (decimal): -10377512 or 14198369. OLE color: 14198369.

HSL color Cylindrical-coordinate representation of color #61A6D8: hue angle of 205.21º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A6D8 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 166 216 -
CMYK 0.55 0.23 0 0.15
HSL 205.21º 0.6% 0.61% -
HSV(B) 205.21º 0.55% 0.85% -
XYZ 30.96 34.77 70.05 -
YUV 151.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 97 166 216 0.55 0.23 0 0.15 205.21 0.6 0.61
Hex 61 A6 D8 37 17 0 F CD 3C 3D
Octal 141 246 330 67 27 0 17 315 74 75
Binary 1100001 10100110 11011000 110111 10111 0 1111 11001101 111100 111101

Color Harmonies of #61A6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A6D8

Black with #61A6D8

Text Example


Text Example

White with #61A6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,166,216); }

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

background-color css

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

 a { background-color: rgb(97,166,216); }

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

border-color css

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

 span { border-color: rgb(97,166,216); }

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