Html Css Color HEX #61A8D7 Picton Blue

📋 copy color: '#61A8D7'

red 97 ◦ green 168 ◦ blue 215

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

Shades of Picton Blue #61A8D7

Tints of Picton Blue #61A8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 20.21%
G = 35%
B = 44.79%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#61A8D7 (or 0x61A8D7) is known color: Picton Blue. HEX triplet: 61, A8 and D7. RGB value is (97,168,215). Sum of RGB (Red+Green+Blue) = 97+168+215=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #61A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8D7 is #9E5728. Grayscale: #979797. Windows color (decimal): -10377001 or 14133345. OLE color: 14133345.

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

Color convert

RGB 97 168 215 -
CMYK 0.55 0.22 0 0.16
HSL 203.9º 0.6% 0.61% -
HSV(B) 203.9º 0.55% 0.84% -
XYZ 31.2 35.45 69.49 -
YUV 152.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 97 168 215 0.55 0.22 0 0.16 203.9 0.6 0.61
Hex 61 A8 D7 37 16 0 10 CC 3C 3D
Octal 141 250 327 67 26 0 20 314 74 75
Binary 1100001 10101000 11010111 110111 10110 0 10000 11001100 111100 111101

Color Harmonies of #61A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8D7

Black with #61A8D7

Text Example


Text Example

White with #61A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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