#619DC6

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

Shades of Picton Blue #619DC6

Tints of Picton Blue #619DC6

Color information

#619DC6 (or 0x619DC6) is unknown color: approx Picton Blue. HEX triplet: 61, 9D and C6. RGB value is (97,157,198). Sum of RGB (Red+Green+Blue) = 97+157+198=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #619DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DC6 is #9E6239. Grayscale: #8F8F8F. Windows color (decimal): -10379834 or 13016417. OLE color: 13016417.

HSL color Cylindrical-coordinate representation of color #619DC6: hue angle of 204.36º 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 #619DC6 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97157198-
CMYK0.510.2100.22
HSL204.36º46.98%57.84%-
HSV(B)204.36º51.01%77.65%-
XYZ27.1830.7357.93-
YUV143.73158.6294.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 198 (77.73% from 255) = 43.81%
R=21.46%
G=34.73%
B=43.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971571980.510.2100.22204.3646.9857.84
Hex619DC63315016cc2f3a
Octal14123530663250263145772
Binary110000110011101110001101100111010101011011001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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