#6DA4D2

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

Shades of Picton Blue #6DA4D2

Tints of Picton Blue #6DA4D2

Color information

#6DA4D2 (or 0x6DA4D2) is unknown color: approx Picton Blue. HEX triplet: 6D, A4 and D2. RGB value is (109,164,210). Sum of RGB (Red+Green+Blue) = 109+164+210=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #6DA4D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4D2 is #925B2D. Grayscale: #989898. Windows color (decimal): -9591598 or 13804653. OLE color: 13804653.

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

Color convert

RGB109164210-
CMYK0.480.2200.18
HSL207.33º52.88%62.55%-
HSV(B)207.33º48.1%82.35%-
XYZ31.2134.4665.98-
YUV152.8160.2896.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 210 (82.42% from 255) = 43.48%
R=22.57%
G=33.95%
B=43.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091642100.480.2200.18207.3352.8862.55
Hex6DA4D23016012cf353f
Octal15524432260260223176577
Binary110110110100100110100101100001011001001011001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,210); }

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

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

 a { background-color: rgb(109,164,210); }

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

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

 span { border-color: rgb(109,164,210); }

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