#619BCD

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

Shades of Picton Blue #619BCD

Tints of Picton Blue #619BCD

Color information

#619BCD (or 0x619BCD) is unknown color: approx Picton Blue. HEX triplet: 61, 9B and CD. RGB value is (97,155,205). Sum of RGB (Red+Green+Blue) = 97+155+205=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #619BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BCD is #9E6432. Grayscale: #8F8F8F. Windows color (decimal): -10380339 or 13474657. OLE color: 13474657.

HSL color Cylindrical-coordinate representation of color #619BCD: hue angle of 207.78º 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 #619BCD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97155205-
CMYK0.530.2400.20
HSL207.78º51.92%59.22%-
HSV(B)207.78º52.68%80.39%-
XYZ27.6730.3962.17-
YUV143.36162.7894.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=21.23%
G=33.92%
B=44.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971552050.530.2400.20207.7851.9259.22
Hex619BCD3518014d0343b
Octal14123331565300243206473
Binary110000110011011110011011101011100001010011010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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