#6897D0

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

Shades of Picton Blue #6897D0

Tints of Picton Blue #6897D0

Color information

#6897D0 (or 0x6897D0) is unknown color: approx Picton Blue. HEX triplet: 68, 97 and D0. RGB value is (104,151,208). Sum of RGB (Red+Green+Blue) = 104+151+208=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #6897D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897D0 is #97682F. Grayscale: #8F8F8F. Windows color (decimal): -9922608 or 13670248. OLE color: 13670248.

HSL color Cylindrical-coordinate representation of color #6897D0: hue angle of 212.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6897D0 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104151208-
CMYK0.50.2700.18
HSL212.88º52.53%61.18%-
HSV(B)212.88º50%81.57%-
XYZ28.1629.6363.91-
YUV143.44164.4399.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=22.46%
G=32.61%
B=44.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041512080.50.2700.18212.8852.5361.18
Hex6897D0321B012d5353d
Octal15022732062330223256575
Binary110100010010111110100001100101101101001011010101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6897D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6897D0; }

 p { color: rgb(104,151,208); }

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

<style>
 a { background-color: #6897D0; }

 a { background-color: rgb(104,151,208); }

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

<style>
 span { border-color: #6897D0; }

 span { border-color: rgb(104,151,208); }

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