#619ED5

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

Shades of Picton Blue #619ED5

Tints of Picton Blue #619ED5

Color information

#619ED5 (or 0x619ED5) is unknown color: approx Picton Blue. HEX triplet: 61, 9E and D5. RGB value is (97,158,213). Sum of RGB (Red+Green+Blue) = 97+158+213=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #619ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ED5 is #9E612A. Grayscale: #919191. Windows color (decimal): -10379563 or 13999713. OLE color: 13999713.

HSL color Cylindrical-coordinate representation of color #619ED5: hue angle of 208.45º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619ED5 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97158213-
CMYK0.540.2600.16
HSL208.45º58%60.78%-
HSV(B)208.45º54.46%83.53%-
XYZ29.1731.867.55-
YUV146.03165.7993.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=20.73%
G=33.76%
B=45.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971582130.540.2600.16208.455860.78
Hex619ED5361A010d03a3d
Octal14123632566320203207275
Binary110000110011110110101011101101101001000011010000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,213); }

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

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

 a { background-color: rgb(97,158,213); }

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

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

 span { border-color: rgb(97,158,213); }

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