#6A9FCC

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

Shades of Picton Blue #6A9FCC

Tints of Picton Blue #6A9FCC

Color information

#6A9FCC (or 0x6A9FCC) is unknown color: approx Picton Blue. HEX triplet: 6A, 9F and CC. RGB value is (106,159,204). Sum of RGB (Red+Green+Blue) = 106+159+204=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FCC is #956033. Grayscale: #949494. Windows color (decimal): -9789492 or 13410154. OLE color: 13410154.

HSL color Cylindrical-coordinate representation of color #6A9FCC: hue angle of 207.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A9FCC is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB106159204-
CMYK0.480.2200.2
HSL207.55º49%60.78%-
HSV(B)207.55º48.04%80%-
XYZ29.2432.2261.8-
YUV148.28159.4497.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.60%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=22.60%
G=33.90%
B=43.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061592040.480.2200.2207.554960.78
Hex6A9FCC3016014d0313d
Octal15223731460260243206175
Binary110101010011111110011001100001011001010011010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,204); }

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

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

 a { background-color: rgb(106,159,204); }

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

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

 span { border-color: rgb(106,159,204); }

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