#719CC6

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

Shades of Picton Blue #719CC6

Tints of Picton Blue #719CC6

Color information

#719CC6 (or 0x719CC6) is unknown color: approx Picton Blue. HEX triplet: 71, 9C and C6. RGB value is (113,156,198). Sum of RGB (Red+Green+Blue) = 113+156+198=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #719CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CC6 is #8E6339. Grayscale: #939393. Windows color (decimal): -9331514 or 13016177. OLE color: 13016177.

HSL color Cylindrical-coordinate representation of color #719CC6: hue angle of 209.65º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #719CC6 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113156198-
CMYK0.430.2100.22
HSL209.65º42.71%60.98%-
HSV(B)209.65º42.93%77.65%-
XYZ28.8931.3657.96-
YUV147.93156.25103.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=24.20%
G=33.40%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131561980.430.2100.22209.6542.7160.98
Hex719CC62B15016d22b3d
Octal16123430653250263225375
Binary111000110011100110001101010111010101011011010010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719CC6; }

 p { color: rgb(113,156,198); }

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

<style>
 a { background-color: #719CC6; }

 a { background-color: rgb(113,156,198); }

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

<style>
 span { border-color: #719CC6; }

 span { border-color: rgb(113,156,198); }

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