#619ECD

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

Shades of Picton Blue #619ECD

Tints of Picton Blue #619ECD

Color information

#619ECD (or 0x619ECD) is unknown color: approx Picton Blue. HEX triplet: 61, 9E and CD. RGB value is (97,158,205). Sum of RGB (Red+Green+Blue) = 97+158+205=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #619ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECD is #9E6132. Grayscale: #909090. Windows color (decimal): -10379571 or 13475425. OLE color: 13475425.

HSL color Cylindrical-coordinate representation of color #619ECD: hue angle of 206.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619ECD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97158205-
CMYK0.530.2300.20
HSL206.11º51.92%59.22%-
HSV(B)206.11º52.68%80.39%-
XYZ28.1831.462.33-
YUV145.12161.7993.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=21.09%
G=34.35%
B=44.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971582050.530.2300.20206.1151.9259.22
Hex619ECD3517014ce343b
Octal14123631565270243166473
Binary110000110011110110011011101011011101010011001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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