#6DA2CD

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

Shades of Picton Blue #6DA2CD

Tints of Picton Blue #6DA2CD

Color information

#6DA2CD (or 0x6DA2CD) is unknown color: approx Picton Blue. HEX triplet: 6D, A2 and CD. RGB value is (109,162,205). Sum of RGB (Red+Green+Blue) = 109+162+205=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA2CD is #925D32. Grayscale: #969696. Windows color (decimal): -9592115 or 13476461. OLE color: 13476461.

HSL color Cylindrical-coordinate representation of color #6DA2CD: hue angle of 206.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DA2CD is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109162205-
CMYK0.470.2100.20
HSL206.88º48.98%61.57%-
HSV(B)206.88º46.83%80.39%-
XYZ30.2533.562.63-
YUV151.06158.4498-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=22.90%
G=34.03%
B=43.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091622050.470.2100.20206.8848.9861.57
Hex6DA2CD2F15014cf313e
Octal15524231557250243176176
Binary110110110100010110011011011111010101010011001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,162,205); }

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

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

 a { background-color: rgb(109,162,205); }

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

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

 span { border-color: rgb(109,162,205); }

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