#6DA7D1

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

Shades of Picton Blue #6DA7D1

Tints of Picton Blue #6DA7D1

Color information

#6DA7D1 (or 0x6DA7D1) is unknown color: approx Picton Blue. HEX triplet: 6D, A7 and D1. RGB value is (109,167,209). Sum of RGB (Red+Green+Blue) = 109+167+209=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DA7D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7D1 is #92582E. Grayscale: #9A9A9A. Windows color (decimal): -9590831 or 13739885. OLE color: 13739885.

HSL color Cylindrical-coordinate representation of color #6DA7D1: hue angle of 205.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DA7D1 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109167209-
CMYK0.480.2000.18
HSL205.2º52.08%62.35%-
HSV(B)205.2º47.85%81.96%-
XYZ31.6335.4965.5-
YUV154.45158.7895.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.47%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=22.47%
G=34.43%
B=43.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091672090.480.2000.18205.252.0862.35
Hex6DA7D13014012cd343e
Octal15524732160240223156476
Binary110110110100111110100011100001010001001011001101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DA7D1; }

 p { color: rgb(109,167,209); }

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

<style>
 a { background-color: #6DA7D1; }

 a { background-color: rgb(109,167,209); }

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

<style>
 span { border-color: #6DA7D1; }

 span { border-color: rgb(109,167,209); }

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