Html Css Color HEX #61A8D8 Picton Blue

📋 copy color: '#61A8D8'

red 97 ◦ green 168 ◦ blue 216

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

Shades of Picton Blue #61A8D8

Tints of Picton Blue #61A8D8

RGB

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

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

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

R = 20.17%
G = 34.93%
B = 44.91%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61A8D8 (or 0x61A8D8) is known color: Picton Blue. HEX triplet: 61, A8 and D8. RGB value is (97,168,216). Sum of RGB (Red+Green+Blue) = 97+168+216=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #61A8D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8D8 is #9E5727. Grayscale: #979797. Windows color (decimal): -10377000 or 14198881. OLE color: 14198881.

HSL color Cylindrical-coordinate representation of color #61A8D8: hue angle of 204.2º 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 #61A8D8 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 168 216 -
CMYK 0.55 0.22 0 0.15
HSL 204.2º 0.6% 0.61% -
HSV(B) 204.2º 0.55% 0.85% -
XYZ 31.33 35.5 70.17 -
YUV 152.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 97 168 216 0.55 0.22 0 0.15 204.2 0.6 0.61
Hex 61 A8 D8 37 16 0 F CC 3C 3D
Octal 141 250 330 67 26 0 17 314 74 75
Binary 1100001 10101000 11011000 110111 10110 0 1111 11001100 111100 111101

Color Harmonies of #61A8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8D8

Black with #61A8D8

Text Example


Text Example

White with #61A8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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