#6BA1CF

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

Shades of Picton Blue #6BA1CF

Tints of Picton Blue #6BA1CF

Color information

#6BA1CF (or 0x6BA1CF) is unknown color: approx Picton Blue. HEX triplet: 6B, A1 and CF. RGB value is (107,161,207). Sum of RGB (Red+Green+Blue) = 107+161+207=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BA1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA1CF is #945E30. Grayscale: #959595. Windows color (decimal): -9723441 or 13607275. OLE color: 13607275.

HSL color Cylindrical-coordinate representation of color #6BA1CF: hue angle of 207.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA1CF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB107161207-
CMYK0.480.2200.19
HSL207.6º51.02%61.57%-
HSV(B)207.6º48.31%81.18%-
XYZ30.0733.1263.84-
YUV150.1160.1197.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=22.53%
G=33.89%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071612070.480.2200.19207.651.0261.57
Hex6BA1CF3016013d0333e
Octal15324131760260233206376
Binary110101110100001110011111100001011001001111010000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,207); }

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

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

 a { background-color: rgb(107,161,207); }

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

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

 span { border-color: rgb(107,161,207); }

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