#61B0CD

Color #61B0CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #61B0CD

Tints of Picton Blue #61B0CD

Color information

#61B0CD (or 0x61B0CD) is unknown color: approx Picton Blue. HEX triplet: 61, B0 and CD. RGB value is (97,176,205). Sum of RGB (Red+Green+Blue) = 97+176+205=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #61B0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0CD is #9E4F32. Grayscale: #9B9B9B. Windows color (decimal): -10374963 or 13480033. OLE color: 13480033.

HSL color Cylindrical-coordinate representation of color #61B0CD: hue angle of 196.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61B0CD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97176205-
CMYK0.530.1400.20
HSL196.11º51.92%59.22%-
HSV(B)196.11º52.68%80.39%-
XYZ31.473863.43-
YUV155.68155.8386.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=20.29%
G=36.82%
B=42.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971762050.530.1400.20196.1151.9259.22
Hex61B0CD35E014c4343b
Octal14126031565160243046473
Binary11000011011000011001101110101111001010011000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,205); }

 H1.HeaderClassName
 {
   color: #61B0CD;
 }
 .AnyTagClassName
 {
   color: #61B0CD;
 }
</style>
background-color css

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

 a { background-color: rgb(97,176,205); }

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

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

 span { border-color: rgb(97,176,205); }

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