#6996D1

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

Shades of Picton Blue #6996D1

Tints of Picton Blue #6996D1

Color information

#6996D1 (or 0x6996D1) is unknown color: approx Picton Blue. HEX triplet: 69, 96 and D1. RGB value is (105,150,209). Sum of RGB (Red+Green+Blue) = 105+150+209=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #6996D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996D1 is #96692E. Grayscale: #8E8E8E. Windows color (decimal): -9857327 or 13735529. OLE color: 13735529.

HSL color Cylindrical-coordinate representation of color #6996D1: hue angle of 214.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6996D1 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105150209-
CMYK0.500.2800.18
HSL214.04º53.06%61.57%-
HSV(B)214.04º49.76%81.96%-
XYZ28.2429.4264.51-
YUV143.27165.09100.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=22.63%
G=32.33%
B=45.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051502090.500.2800.18214.0453.0661.57
Hex6996D1321C012d6353e
Octal15122632162340223266576
Binary110100110010110110100011100101110001001011010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6996D1; }

 p { color: rgb(105,150,209); }

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

<style>
 a { background-color: #6996D1; }

 a { background-color: rgb(105,150,209); }

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

<style>
 span { border-color: #6996D1; }

 span { border-color: rgb(105,150,209); }

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