#6FA2CD

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

Shades of Picton Blue #6FA2CD

Tints of Picton Blue #6FA2CD

Color information

#6FA2CD (or 0x6FA2CD) is unknown color: approx Picton Blue. HEX triplet: 6F, A2 and CD. RGB value is (111,162,205). Sum of RGB (Red+Green+Blue) = 111+162+205=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2CD is #905D32. Grayscale: #979797. Windows color (decimal): -9461043 or 13476463. OLE color: 13476463.

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

Color convert

RGB111162205-
CMYK0.460.2100.20
HSL207.45º48.45%61.96%-
HSV(B)207.45º45.85%80.39%-
XYZ30.533.6362.64-
YUV151.65158.199-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.22%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=23.22%
G=33.89%
B=42.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111622050.460.2100.20207.4548.4561.96
Hex6FA2CD2E15014cf303e
Octal15724231556250243176076
Binary110111110100010110011011011101010101010011001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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