#6BA2CF

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

Shades of Picton Blue #6BA2CF

Tints of Picton Blue #6BA2CF

Color information

#6BA2CF (or 0x6BA2CF) is unknown color: approx Picton Blue. HEX triplet: 6B, A2 and CF. RGB value is (107,162,207). Sum of RGB (Red+Green+Blue) = 107+162+207=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BA2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA2CF is #945D30. Grayscale: #969696. Windows color (decimal): -9723185 or 13607531. OLE color: 13607531.

HSL color Cylindrical-coordinate representation of color #6BA2CF: hue angle of 207º 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 #6BA2CF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB107162207-
CMYK0.480.2200.19
HSL207º51.02%61.57%-
HSV(B)207º48.31%81.18%-
XYZ30.2533.4763.9-
YUV150.68159.7896.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.48%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=22.48%
G=34.03%
B=43.49%

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
Decimal1071622070.480.2200.1920751.0261.57
Hex6BA2CF3016013cf333e
Octal15324231760260233176376
Binary110101110100010110011111100001011001001111001111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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