Html Css Color HEX #61A8C6 Picton Blue

📋 copy color: '#61A8C6'

red 97 ◦ green 168 ◦ blue 198

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

Shades of Picton Blue #61A8C6

Tints of Picton Blue #61A8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 20.95%
G = 36.29%
B = 42.76%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#61A8C6 (or 0x61A8C6) is known color: Picton Blue. HEX triplet: 61, A8 and C6. RGB value is (97,168,198). Sum of RGB (Red+Green+Blue) = 97+168+198=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #61A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8C6 is #9E5739. Grayscale: #969696. Windows color (decimal): -10377018 or 13019233. OLE color: 13019233.

HSL color Cylindrical-coordinate representation of color #61A8C6: hue angle of 197.82º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61A8C6 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 168 198 -
CMYK 0.51 0.15 0 0.22
HSL 197.82º 0.47% 0.58% -
HSV(B) 197.82º 0.51% 0.78% -
XYZ 29.13 34.62 58.57 -
YUV 150.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 97 168 198 0.51 0.15 0 0.22 197.82 0.47 0.58
Hex 61 A8 C6 33 F 0 16 C6 2F 3A
Octal 141 250 306 63 17 0 26 306 57 72
Binary 1100001 10101000 11000110 110011 1111 0 10110 11000110 101111 111010

Color Harmonies of #61A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8C6

Black with #61A8C6

Text Example


Text Example

White with #61A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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