#6895D0

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

Shades of Picton Blue #6895D0

Tints of Picton Blue #6895D0

Color information

#6895D0 (or 0x6895D0) is unknown color: approx Picton Blue. HEX triplet: 68, 95 and D0. RGB value is (104,149,208). Sum of RGB (Red+Green+Blue) = 104+149+208=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #6895D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895D0 is #976A2F. Grayscale: #8D8D8D. Windows color (decimal): -9923120 or 13669736. OLE color: 13669736.

HSL color Cylindrical-coordinate representation of color #6895D0: hue angle of 214.04º 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 #6895D0 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104149208-
CMYK0.50.2800.18
HSL214.04º52.53%61.18%-
HSV(B)214.04º50%81.57%-
XYZ27.8428.9963.8-
YUV142.27165.09100.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.56%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=22.56%
G=32.32%
B=45.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041492080.50.2800.18214.0452.5361.18
Hex6895D0321C012d6353d
Octal15022532062340223266575
Binary110100010010101110100001100101110001001011010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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