#619DDC

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

Shades of Picton Blue #619DDC

Tints of Picton Blue #619DDC

Color information

#619DDC (or 0x619DDC) is unknown color: approx Picton Blue. HEX triplet: 61, 9D and DC. RGB value is (97,157,220). Sum of RGB (Red+Green+Blue) = 97+157+220=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #619DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DDC is #9E6223. Grayscale: #919191. Windows color (decimal): -10379812 or 14458209. OLE color: 14458209.

HSL color Cylindrical-coordinate representation of color #619DDC: hue angle of 210.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619DDC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97157220-
CMYK0.560.2900.14
HSL210.73º63.73%62.16%-
HSV(B)210.73º55.91%86.27%-
XYZ29.9131.8272.28-
YUV146.24169.6292.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=20.46%
G=33.12%
B=46.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971572200.560.2900.14210.7363.7362.16
Hex619DDC381D0Ed3403e
Octal141235334703501632310076
Binary110000110011101110111001110001110101110110100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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