#619CCD

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

Shades of Picton Blue #619CCD

Tints of Picton Blue #619CCD

Color information

#619CCD (or 0x619CCD) is unknown color: approx Picton Blue. HEX triplet: 61, 9C and CD. RGB value is (97,156,205). Sum of RGB (Red+Green+Blue) = 97+156+205=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #619CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CCD is #9E6332. Grayscale: #8F8F8F. Windows color (decimal): -10380083 or 13474913. OLE color: 13474913.

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

Color convert

RGB97156205-
CMYK0.530.2400.20
HSL207.22º51.92%59.22%-
HSV(B)207.22º52.68%80.39%-
XYZ27.8430.7362.22-
YUV143.94162.4594.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=21.18%
G=34.06%
B=44.76%

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
Decimal971562050.530.2400.20207.2251.9259.22
Hex619CCD3518014cf343b
Octal14123431565300243176473
Binary110000110011100110011011101011100001010011001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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