#619DD8

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

Shades of Picton Blue #619DD8

Tints of Picton Blue #619DD8

Color information

#619DD8 (or 0x619DD8) is unknown color: approx Picton Blue. HEX triplet: 61, 9D and D8. RGB value is (97,157,216). Sum of RGB (Red+Green+Blue) = 97+157+216=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #619DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DD8 is #9E6227. Grayscale: #919191. Windows color (decimal): -10379816 or 14196065. OLE color: 14196065.

HSL color Cylindrical-coordinate representation of color #619DD8: hue angle of 209.75º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619DD8 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97157216-
CMYK0.550.2700.15
HSL209.75º60.41%61.37%-
HSV(B)209.75º55.09%84.71%-
XYZ29.3831.6169.52-
YUV145.79167.6293.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=20.64%
G=33.40%
B=45.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971572160.550.2700.15209.7560.4161.37
Hex619DD8371B0Fd23c3d
Octal14123533067330173227475
Binary11000011001110111011000110111110110111111010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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