#619CC5

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

Shades of Picton Blue #619CC5

Tints of Picton Blue #619CC5

Color information

#619CC5 (or 0x619CC5) is unknown color: approx Picton Blue. HEX triplet: 61, 9C and C5. RGB value is (97,156,197). Sum of RGB (Red+Green+Blue) = 97+156+197=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #619CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CC5 is #9E633A. Grayscale: #8E8E8E. Windows color (decimal): -10380091 or 12950625. OLE color: 12950625.

HSL color Cylindrical-coordinate representation of color #619CC5: hue angle of 204.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619CC5 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97156197-
CMYK0.510.2100.23
HSL204.6º46.3%57.65%-
HSV(B)204.6º50.76%77.25%-
XYZ26.930.3557.26-
YUV143.03158.4595.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=21.56%
G=34.67%
B=43.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971561970.510.2100.23204.646.357.65
Hex619CC53315017cd2e3a
Octal14123430563250273155672
Binary110000110011100110001011100111010101011111001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619CC5; }

 p { color: rgb(97,156,197); }

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

<style>
 a { background-color: #619CC5; }

 a { background-color: rgb(97,156,197); }

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

<style>
 span { border-color: #619CC5; }

 span { border-color: rgb(97,156,197); }

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